Skip to content

Commit 0e55648

Browse files
authored
Add JSON highlighting for flake.lock files (#8304)
1 parent 941dc6c commit 0e55648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

languages.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ indent = { tab-width = 2, unit = " " }
317317
name = "json"
318318
scope = "source.json"
319319
injection-regex = "json"
320-
file-types = ["json", "jsonc", "arb", "ipynb", "geojson", "gltf"]
320+
file-types = ["json", "jsonc", "arb", "ipynb", "geojson", "gltf", "flake.lock"]
321321
roots = []
322322
language-servers = [ "vscode-json-language-server" ]
323323
auto-format = true

0 commit comments

Comments
 (0)