mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
feat: add jq
This commit is contained in:
parent
f5c088771b
commit
8a261e32ec
5 changed files with 371 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue