diff options
| author | urbit-pilled <129720764+urbit-pilled@users.noreply.github.com> | 2023-06-30 11:26:44 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-29 19:26:44 -0400 |
| commit | 04dda34cb75018399d8a0a688ea10eb4de889eeb (patch) | |
| tree | 096280495cb530faa8c952c824e138a9f9446b98 /lua | |
| parent | feat(sql): json operator highlights (diff) | |
| download | nvim-treesitter-04dda34cb75018399d8a0a688ea10eb4de889eeb.tar nvim-treesitter-04dda34cb75018399d8a0a688ea10eb4de889eeb.tar.gz nvim-treesitter-04dda34cb75018399d8a0a688ea10eb4de889eeb.tar.bz2 nvim-treesitter-04dda34cb75018399d8a0a688ea10eb4de889eeb.tar.lz nvim-treesitter-04dda34cb75018399d8a0a688ea10eb4de889eeb.tar.xz nvim-treesitter-04dda34cb75018399d8a0a688ea10eb4de889eeb.tar.zst nvim-treesitter-04dda34cb75018399d8a0a688ea10eb4de889eeb.zip | |
feat: add Hoon language support
---------
Co-authored-by: urbit-pilled <urbit-pilled>
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index da5be1a5d..7b0cc438d 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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", |
