diff options
| author | Amaan Qureshi <amaanq12@gmail.com> | 2023-01-29 12:03:04 -0500 |
|---|---|---|
| committer | ObserverOfTime <chronobserver@disroot.org> | 2023-01-30 09:45:17 +0200 |
| commit | cbb43a64a3b44fe50153b0f48d49452663d42dc9 (patch) | |
| tree | cb6bd5755ef28689a1bea6a07e7ed5bdb68c75c9 /lua | |
| parent | Update parsers: capnp, cuda, kdl, thrift (diff) | |
| download | nvim-treesitter-cbb43a64a3b44fe50153b0f48d49452663d42dc9.tar nvim-treesitter-cbb43a64a3b44fe50153b0f48d49452663d42dc9.tar.gz nvim-treesitter-cbb43a64a3b44fe50153b0f48d49452663d42dc9.tar.bz2 nvim-treesitter-cbb43a64a3b44fe50153b0f48d49452663d42dc9.tar.lz nvim-treesitter-cbb43a64a3b44fe50153b0f48d49452663d42dc9.tar.xz nvim-treesitter-cbb43a64a3b44fe50153b0f48d49452663d42dc9.tar.zst nvim-treesitter-cbb43a64a3b44fe50153b0f48d49452663d42dc9.zip | |
feat: add elsa
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 f5d1abad8..a59f155a1 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -201,6 +201,14 @@ list.d = { experimental = true, } +list.elsa = { + install_info = { + url = "https://github.com/glapa-grossklag/tree-sitter-elsa", + files = { "src/parser.c" }, + }, + maintainers = { "@glapa-grossklag", "@amaanq" }, +} + list.glsl = { install_info = { url = "https://github.com/theHamsta/tree-sitter-glsl", |
