mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 08:50:11 -04:00
Add support for JSONC
This commit is contained in:
parent
2655fc94b0
commit
33a7a694d9
5 changed files with 13 additions and 0 deletions
1
queries/jsonc/folds.scm
Normal file
1
queries/jsonc/folds.scm
Normal file
|
|
@ -0,0 +1 @@
|
|||
; inherits: json
|
||||
3
queries/jsonc/highlights.scm
Normal file
3
queries/jsonc/highlights.scm
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
; inherits: json
|
||||
|
||||
(comment) @comment
|
||||
1
queries/jsonc/indents.scm
Normal file
1
queries/jsonc/indents.scm
Normal file
|
|
@ -0,0 +1 @@
|
|||
; inherits: json
|
||||
1
queries/jsonc/locals.scm
Normal file
1
queries/jsonc/locals.scm
Normal file
|
|
@ -0,0 +1 @@
|
|||
; inherits: json
|
||||
Loading…
Add table
Add a link
Reference in a new issue