feat: add powershell language

This commit is contained in:
Andrey Chalkin 2024-07-22 23:14:45 +02:00 committed by GitHub
parent 4ee9f12ff5
commit c5b3560306
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 500 additions and 0 deletions

View file

@ -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",