add .babelrc highlighting (#8309)

pull/8315/head
Yoav Lavi 9 months ago committed by GitHub
parent 8b076e3851
commit ca9a7d506e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -317,7 +317,7 @@ indent = { tab-width = 2, unit = " " }
name = "json"
scope = "source.json"
injection-regex = "json"
file-types = ["json", "jsonc", "arb", "ipynb", "geojson", "gltf", "flake.lock"]
file-types = ["json", "jsonc", "arb", "ipynb", "geojson", "gltf", "flake.lock", ".babelrc"]
roots = []
language-servers = [ "vscode-json-language-server" ]
auto-format = true

Loading…
Cancel
Save