From 33a7a694d9b1dabf6b066c8ed542a175b563cd65 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Mon, 15 Feb 2021 18:35:13 +0100 Subject: Add support for JSONC --- lua/nvim-treesitter/parsers.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index deb56bbf4..e6fc09140 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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", -- cgit v1.2.3-70-g09d2