mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -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 = {
|
||||
install_info = {
|
||||
url = "https://github.com/elm-tooling/tree-sitter-elm",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue