fix(languages): treat tsconfig.json as jsonc (#12031)

pull/11953/head
Yuki Kobayashi 4 days ago committed by GitHub
parent 8ed8d52e9d
commit 548fd57489
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save