diff options
| author | Serhii Khoma <srghma@gmail.com> | 2024-12-30 23:48:20 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-30 08:48:20 -0800 |
| commit | f87c8956aee2bb0a2406f70751d100a843abb2e4 (patch) | |
| tree | 5a6dfe52d1c3d124fac71791a4737c9a3ab48ef0 /lua | |
| parent | feat(ruby): add injection for debugger command strings (#7480) (diff) | |
| download | nvim-treesitter-f87c8956aee2bb0a2406f70751d100a843abb2e4.tar nvim-treesitter-f87c8956aee2bb0a2406f70751d100a843abb2e4.tar.gz nvim-treesitter-f87c8956aee2bb0a2406f70751d100a843abb2e4.tar.bz2 nvim-treesitter-f87c8956aee2bb0a2406f70751d100a843abb2e4.tar.lz nvim-treesitter-f87c8956aee2bb0a2406f70751d100a843abb2e4.tar.xz nvim-treesitter-f87c8956aee2bb0a2406f70751d100a843abb2e4.tar.zst nvim-treesitter-f87c8956aee2bb0a2406f70751d100a843abb2e4.zip | |
feat(ipkg): add parser and queries (#7277)
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
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 1fe72bc89..d2259c9bb 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1068,6 +1068,14 @@ list.inko = { maintainers = { "@yorickpeterse" }, } +list.ipkg = { + install_info = { + url = "https://github.com/srghma/tree-sitter-ipkg", + files = { "src/parser.c", "src/scanner.c" }, + }, + maintainers = { "@srghma" }, +} + list.ispc = { install_info = { url = "https://github.com/fab4100/tree-sitter-ispc", |
