mirror of https://github.com/helix-editor/helix
Add JSON highlighting for `flake.lock` files (#8304)
parent
941dc6c614
commit
0e556484b7
|
@ -317,7 +317,7 @@ indent = { tab-width = 2, unit = " " }
|
||||||
name = "json"
|
name = "json"
|
||||||
scope = "source.json"
|
scope = "source.json"
|
||||||
injection-regex = "json"
|
injection-regex = "json"
|
||||||
file-types = ["json", "jsonc", "arb", "ipynb", "geojson", "gltf"]
|
file-types = ["json", "jsonc", "arb", "ipynb", "geojson", "gltf", "flake.lock"]
|
||||||
roots = []
|
roots = []
|
||||||
language-servers = [ "vscode-json-language-server" ]
|
language-servers = [ "vscode-json-language-server" ]
|
||||||
auto-format = true
|
auto-format = true
|
||||||
|
|
Loading…
Reference in New Issue