diff options
| author | Amaan Qureshi <amaanq12@gmail.com> | 2023-08-22 02:10:29 -0400 |
|---|---|---|
| committer | Amaan Qureshi <amaanq12@gmail.com> | 2023-08-24 02:52:48 -0400 |
| commit | c58694685d0a4387ea10aeac1932c6afc55bcf3e (patch) | |
| tree | fcf5551992e32b84dc5dc4bf5662122268322d7d /lua | |
| parent | refactor: replace some match & vim-match usages (diff) | |
| download | nvim-treesitter-c58694685d0a4387ea10aeac1932c6afc55bcf3e.tar nvim-treesitter-c58694685d0a4387ea10aeac1932c6afc55bcf3e.tar.gz nvim-treesitter-c58694685d0a4387ea10aeac1932c6afc55bcf3e.tar.bz2 nvim-treesitter-c58694685d0a4387ea10aeac1932c6afc55bcf3e.tar.lz nvim-treesitter-c58694685d0a4387ea10aeac1932c6afc55bcf3e.tar.xz nvim-treesitter-c58694685d0a4387ea10aeac1932c6afc55bcf3e.tar.zst nvim-treesitter-c58694685d0a4387ea10aeac1932c6afc55bcf3e.zip | |
feat: add re2c
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index bd956ea9d..0f0d7b90a 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1357,6 +1357,14 @@ list.rasi = { maintainers = { "@Fymyte" }, } +list.re2c = { + install_info = { + url = "https://github.com/amaanq/tree-sitter-re2c", + files = { "src/parser.c" }, + }, + maintainers = { "@amaanq" }, +} + list.regex = { install_info = { url = "https://github.com/tree-sitter/tree-sitter-regex", |
