mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
parent
d123193902
commit
fcf981bbd7
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ source = { git = "https://github.com/tree-sitter/tree-sitter-json", rev = "73076
|
|||
name = "jsonc"
|
||||
scope = "source.json"
|
||||
injection-regex = "jsonc"
|
||||
file-types = ["jsonc", { glob = "tsconfig.json" }]
|
||||
file-types = ["jsonc", { glob = "tsconfig.json" }, { glob = "bun.lock" }]
|
||||
comment-token = "//"
|
||||
block-comment-tokens = { start = "/*", end = "*/" }
|
||||
grammar = "json"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue