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:
urbit-pilled 2023-06-30 11:26:44 +12:00 committed by GitHub
parent 849645e893
commit 04dda34cb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 56 additions and 0 deletions

View file

@ -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",