aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndrey Chalkin <L2jLiga@gmail.com>2024-07-22 23:14:45 +0200
committerGitHub <noreply@github.com>2024-07-22 23:14:45 +0200
commitc5b3560306c93498cd745f597880d4afe95ec5c8 (patch)
tree881542851e021eeba4ce9eb551fc96a492c133b7 /README.md
parentrefactor(latex): deduplicate captures, reorder (diff)
downloadnvim-treesitter-c5b3560306c93498cd745f597880d4afe95ec5c8.tar
nvim-treesitter-c5b3560306c93498cd745f597880d4afe95ec5c8.tar.gz
nvim-treesitter-c5b3560306c93498cd745f597880d4afe95ec5c8.tar.bz2
nvim-treesitter-c5b3560306c93498cd745f597880d4afe95ec5c8.tar.lz
nvim-treesitter-c5b3560306c93498cd745f597880d4afe95ec5c8.tar.xz
nvim-treesitter-c5b3560306c93498cd745f597880d4afe95ec5c8.tar.zst
nvim-treesitter-c5b3560306c93498cd745f597880d4afe95ec5c8.zip
feat: add powershell language
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d7b68fa82..10114e826 100644
--- a/README.md
+++ b/README.md
@@ -351,6 +351,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [pod](https://github.com/tree-sitter-perl/tree-sitter-pod) (maintained by @RabbiVeesh, @LeoNerd)
- [x] [Path of Exile item filter](https://github.com/ObserverOfTime/tree-sitter-poe-filter) (experimental, maintained by @ObserverOfTime)
- [x] [pony](https://github.com/amaanq/tree-sitter-pony) (maintained by @amaanq, @mfelsche)
+- [x] [powershell](https://github.com/airbus-cert/tree-sitter-powershell) (maintained by @L2jLiga)
- [x] [printf](https://github.com/ObserverOfTime/tree-sitter-printf) (maintained by @ObserverOfTime)
- [x] [prisma](https://github.com/victorhqc/tree-sitter-prisma) (maintained by @elianiva)
- [x] [problog](https://github.com/foxyseta/tree-sitter-prolog) (maintained by @foxyseta)