mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
feat: add Hurl
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com> Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> --------- Co-authored-by: Amaan Qureshi <amaanq12@gmail.com> Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com>
This commit is contained in:
parent
330da0ff07
commit
d186a9e95a
7 changed files with 186 additions and 0 deletions
|
|
@ -737,6 +737,14 @@ list.http = {
|
|||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.hurl = {
|
||||
install_info = {
|
||||
url = "https://github.com/pfeiferj/tree-sitter-hurl",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@pfeiferj" },
|
||||
}
|
||||
|
||||
list.ini = {
|
||||
install_info = {
|
||||
url = "https://github.com/justinmk/tree-sitter-ini",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue