diff options
| author | Amaan Qureshi <amaanq12@gmail.com> | 2023-03-03 05:33:20 -0500 |
|---|---|---|
| committer | Amaan Qureshi <amaanq12@gmail.com> | 2023-03-04 11:32:25 -0500 |
| commit | c9d7918901693041179ef569eb9b7f3f88a89e52 (patch) | |
| tree | aa31ef3fb0815f39d55e98654c9a1c3b0fea7c60 /lua | |
| parent | highlights(sql): keywords as `@storageclass` (diff) | |
| download | nvim-treesitter-c9d7918901693041179ef569eb9b7f3f88a89e52.tar nvim-treesitter-c9d7918901693041179ef569eb9b7f3f88a89e52.tar.gz nvim-treesitter-c9d7918901693041179ef569eb9b7f3f88a89e52.tar.bz2 nvim-treesitter-c9d7918901693041179ef569eb9b7f3f88a89e52.tar.lz nvim-treesitter-c9d7918901693041179ef569eb9b7f3f88a89e52.tar.xz nvim-treesitter-c9d7918901693041179ef569eb9b7f3f88a89e52.tar.zst nvim-treesitter-c9d7918901693041179ef569eb9b7f3f88a89e52.zip | |
feat: add luap
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 179513d9b..4c873df81 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -855,6 +855,15 @@ list.lua = { maintainers = { "@muniftanjim" }, } +list.luap = { + install_info = { + url = "https://github.com/amaanq/tree-sitter-luap", + files = { "src/parser.c" }, + readme_name = "lua patterns", + }, + maintainers = { "@amaanq" }, +} + list.m68k = { install_info = { url = "https://github.com/grahambates/tree-sitter-m68k", |
