Skip to content

Commit

Permalink
fix(languages): treat tsconfig.json as jsonc (#12031)
Browse files Browse the repository at this point in the history
  • Loading branch information
aster-void authored Nov 20, 2024
1 parent 8ed8d52 commit 548fd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ source = { git = "https://github.com/tree-sitter/tree-sitter-json", rev = "73076
name = "jsonc"
scope = "source.json"
injection-regex = "jsonc"
file-types = ["jsonc"]
file-types = ["jsonc", { glob = "tsconfig.json" }]
grammar = "json"
language-servers = [ "vscode-json-language-server" ]
auto-format = true
Expand Down

0 comments on commit 548fd57

Please sign in to comment.