Add JSON highlighting for flake.lock files (#8304)

This commit is contained in:
Yoav Lavi 2023-09-16 22:27:50 +03:00 committed by GitHub
parent 941dc6c614
commit 0e556484b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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