mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
fix(languages): treat tsconfig.json as jsonc (#12031)
This commit is contained in:
parent
8ed8d52e9d
commit
548fd57489
@ -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…
Reference in New Issue
Block a user