diff options
| author | Amaan Qureshi <amaanq12@gmail.com> | 2023-04-27 04:25:19 -0400 |
|---|---|---|
| committer | Amaan Qureshi <amaanq12@gmail.com> | 2023-04-28 10:29:42 -0400 |
| commit | cde306813d12b94c64c46c6fd761b6e0bfb55de1 (patch) | |
| tree | 968d88feff39fd000c06abb8a3ada3ca81f5e9c0 /lua | |
| parent | Update parsers: t32 (diff) | |
| download | nvim-treesitter-cde306813d12b94c64c46c6fd761b6e0bfb55de1.tar nvim-treesitter-cde306813d12b94c64c46c6fd761b6e0bfb55de1.tar.gz nvim-treesitter-cde306813d12b94c64c46c6fd761b6e0bfb55de1.tar.bz2 nvim-treesitter-cde306813d12b94c64c46c6fd761b6e0bfb55de1.tar.lz nvim-treesitter-cde306813d12b94c64c46c6fd761b6e0bfb55de1.tar.xz nvim-treesitter-cde306813d12b94c64c46c6fd761b6e0bfb55de1.tar.zst nvim-treesitter-cde306813d12b94c64c46c6fd761b6e0bfb55de1.zip | |
feat: add luau
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 14c2b6999..e859f297d 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -851,6 +851,14 @@ list.luap = { readme_name = "lua patterns", } +list.luau = { + install_info = { + url = "https://github.com/amaanq/tree-sitter-luau", + files = { "src/parser.c", "src/scanner.c" }, + }, + maintainers = { "@amaanq" }, +} + list.m68k = { install_info = { url = "https://github.com/grahambates/tree-sitter-m68k", |
