From 2a3e77447fc4e39797793836af76315f2e626cfd Mon Sep 17 00:00:00 2001 From: Yoav Lavi Date: Sat, 16 Sep 2023 23:59:44 +0300 Subject: [PATCH] add .babelrc highlighting --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 543c3dcc5e3d..89badec71f4b 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