mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
feat: add Hoon language support
--------- Co-authored-by: urbit-pilled <urbit-pilled> Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
This commit is contained in:
parent
849645e893
commit
04dda34cb7
6 changed files with 56 additions and 0 deletions
|
|
@ -694,6 +694,15 @@ list.hocon = {
|
|||
maintainers = { "@antosha417" },
|
||||
}
|
||||
|
||||
list.hoon = {
|
||||
install_info = {
|
||||
url = "https://github.com/urbit-pilled/tree-sitter-hoon",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@urbit-pilled" },
|
||||
experimental = true,
|
||||
}
|
||||
|
||||
list.html = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-html",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue