nvim: add jsonc treesitter parser

This commit is contained in:
PowerUser64 2021-12-04 03:18:58 -08:00
parent 5400be3b80
commit 893549b2d1

View file

@ -40,6 +40,7 @@ M.treesitter = function()
"html", "html",
"javascript", "javascript",
"json", "json",
"jsonc",
"lua", "lua",
"python", "python",
"r", "r",