mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
feat: add powershell language
This commit is contained in:
parent
4ee9f12ff5
commit
c5b3560306
8 changed files with 500 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue