mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
Add README description for JSONC
This commit is contained in:
parent
33a7a694d9
commit
b811344574
1 changed files with 2 additions and 1 deletions
|
|
@ -307,7 +307,8 @@ list.jsonc = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://gitlab.com/WhyNotHugo/tree-sitter-jsonc.git",
|
url = "https://gitlab.com/WhyNotHugo/tree-sitter-jsonc.git",
|
||||||
files = { "src/parser.c" },
|
files = { "src/parser.c" },
|
||||||
}
|
},
|
||||||
|
readme_name = "JSON with comments",
|
||||||
}
|
}
|
||||||
|
|
||||||
list.elm = {
|
list.elm = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue