feat: add jq

This commit is contained in:
ObserverOfTime 2022-09-20 02:03:08 +03:00 committed by Christian Clason
parent f5c088771b
commit 8a261e32ec
5 changed files with 371 additions and 0 deletions

View file

@ -1307,6 +1307,13 @@ list.arduino = {
maintainers = { "@ObserverOfTime" },
}
list.jq = {
install_info = {
url = "https://github.com/flurie/tree-sitter-jq",
files = { "src/parser.c" },
},
}
local M = {
list = list,
filetype_to_parsername = filetype_to_parsername,