diff options
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 906160ed7..1cdb1b186 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1562,6 +1562,15 @@ list.pony = { maintainers = { "@amaanq", "@mfelsche" }, } +list.powershell = { + install_info = { + url = "https://github.com/airbus-cert/tree-sitter-powershell", + files = { "src/parser.c", "src/scanner.c" }, + }, + filetype = "ps1", + maintainers = { "L2jLiga" }, +} + list.printf = { install_info = { url = "https://github.com/ObserverOfTime/tree-sitter-printf", |
