diff options
author | Yoav Lavi | 2023-09-17 15:29:14 +0000 |
---|---|---|
committer | GitHub | 2023-09-17 15:29:14 +0000 |
commit | ca9a7d506e735abec8903c5d8e721e765f76a6f9 (patch) | |
tree | 7860dde4ce8cb54b7dede5aff1e995c6df8eac20 | |
parent | 8b076e3851c868307223b6152de9a8de52fcb88f (diff) |
add .babelrc highlighting (#8309)
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index 78d7f6e9..387aee6a 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", "flake.lock"] +file-types = ["json", "jsonc", "arb", "ipynb", "geojson", "gltf", "flake.lock", ".babelrc"] roots = [] language-servers = [ "vscode-json-language-server" ] auto-format = true |