mirror of
https://github.com/helix-editor/helix
synced 2024-11-10 10:34:45 +01:00
add .babelrc highlighting (#8309)
This commit is contained in:
parent
8b076e3851
commit
ca9a7d506e
@ -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…
Reference in New Issue
Block a user