diff options
| author | antosha417 <anton.kavalkou@gmail.com> | 2022-01-15 16:35:55 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-01-16 14:59:39 +0100 |
| commit | 317f5c7471680b4b30b495cf15b80d7bd0299338 (patch) | |
| tree | 535d0d1630667fae86c0a133c6d14e2143676e6d /lua | |
| parent | highlight(swift): add upstream queries (diff) | |
| download | nvim-treesitter-317f5c7471680b4b30b495cf15b80d7bd0299338.tar nvim-treesitter-317f5c7471680b4b30b495cf15b80d7bd0299338.tar.gz nvim-treesitter-317f5c7471680b4b30b495cf15b80d7bd0299338.tar.bz2 nvim-treesitter-317f5c7471680b4b30b495cf15b80d7bd0299338.tar.lz nvim-treesitter-317f5c7471680b4b30b495cf15b80d7bd0299338.tar.xz nvim-treesitter-317f5c7471680b4b30b495cf15b80d7bd0299338.tar.zst nvim-treesitter-317f5c7471680b4b30b495cf15b80d7bd0299338.zip | |
add hocon
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 314efab46..9b6cb3ba2 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -802,6 +802,15 @@ list.hjson = { maintainers = { "@winston0410" }, } +list.hocon = { + install_info = { + url = "https://github.com/antosha417/tree-sitter-hocon", + files = { "src/parser.c" }, + generate_requires_npm = true, + }, + maintainers = { "@antosha417" }, +} + list.llvm = { install_info = { url = "https://github.com/benwilliamgraham/tree-sitter-llvm", |
