nvim: add jsonc treesitter parser
This commit is contained in:
parent
5400be3b80
commit
893549b2d1
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ M.treesitter = function()
|
||||||
"html",
|
"html",
|
||||||
"javascript",
|
"javascript",
|
||||||
"json",
|
"json",
|
||||||
|
"jsonc",
|
||||||
"lua",
|
"lua",
|
||||||
"python",
|
"python",
|
||||||
"r",
|
"r",
|
||||||
|
|
Loading…
Add table
Reference in a new issue