Add JSON highlighting for flake.lock
files (#8304)
This commit is contained in:
parent
941dc6c614
commit
0e556484b7
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
file-types = ["json", "jsonc", "arb", "ipynb", "geojson", "gltf", "flake.lock"]
|
||||
roots = []
|
||||
language-servers = [ "vscode-json-language-server" ]
|
||||
auto-format = true
|
||||
|
|
Loading…
Reference in a new issue