diff options
| author | Mae Brooks <138945353+MaeBrooks@users.noreply.github.com> | 2024-10-15 18:14:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-15 18:14:39 -0700 |
| commit | d0f567251b25974f508527253d590019c4062887 (patch) | |
| tree | a18cb8474ca5fdf0b27c3f804034747e30f18eeb /lua | |
| parent | feat(typst): fold sections (diff) | |
| download | nvim-treesitter-d0f567251b25974f508527253d590019c4062887.tar nvim-treesitter-d0f567251b25974f508527253d590019c4062887.tar.gz nvim-treesitter-d0f567251b25974f508527253d590019c4062887.tar.bz2 nvim-treesitter-d0f567251b25974f508527253d590019c4062887.tar.lz nvim-treesitter-d0f567251b25974f508527253d590019c4062887.tar.xz nvim-treesitter-d0f567251b25974f508527253d590019c4062887.tar.zst nvim-treesitter-d0f567251b25974f508527253d590019c4062887.zip | |
feat(gren): gren parser and queries (#7237)
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 b5853c04f..9c85ae118 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -850,6 +850,14 @@ list.gpg = { maintainers = { "@ObserverOfTime" }, } +list.gren = { + install_info = { + files = { "src/parser.c", "src/scanner.c" }, + url = "https://github.com/MaeBrooks/tree-sitter-gren", + }, + maintainers = { "@MaeBrooks" }, +} + list.groovy = { install_info = { url = "https://github.com/murtaza64/tree-sitter-groovy", |
