diff options
author | Yoav Lavi | 2023-09-16 19:27:50 +0000 |
---|---|---|
committer | GitHub | 2023-09-16 19:27:50 +0000 |
commit | 0e556484b7dbb4078a416ef0b3d923a206e6670e (patch) | |
tree | 78bb41f9cc949b094f820aea158b28a510261852 | |
parent | 941dc6c614d684804c3580c4ae8b3c4368aab217 (diff) |
Add JSON highlighting for `flake.lock` files (#8304)
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index a6ff9c67..543c3dcc 100644 --- a/languages.toml +++ b/languages.toml @@ -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 |