From c5b3560306c93498cd745f597880d4afe95ec5c8 Mon Sep 17 00:00:00 2001 From: Andrey Chalkin Date: Mon, 22 Jul 2024 23:14:45 +0200 Subject: feat: add powershell language --- lua/nvim-treesitter/parsers.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lua') 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", -- cgit v1.2.3-70-g09d2