mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
Add support for JSONC
This commit is contained in:
parent
2655fc94b0
commit
33a7a694d9
5 changed files with 13 additions and 0 deletions
|
|
@ -303,6 +303,13 @@ list.vue = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
list.jsonc = {
|
||||||
|
install_info = {
|
||||||
|
url = "https://gitlab.com/WhyNotHugo/tree-sitter-jsonc.git",
|
||||||
|
files = { "src/parser.c" },
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
list.elm = {
|
list.elm = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/elm-tooling/tree-sitter-elm",
|
url = "https://github.com/elm-tooling/tree-sitter-elm",
|
||||||
|
|
|
||||||
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