aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 1cdb1b186..1fb398ac2 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -1568,7 +1568,7 @@ list.powershell = {
files = { "src/parser.c", "src/scanner.c" },
},
filetype = "ps1",
- maintainers = { "L2jLiga" },
+ maintainers = { "@L2jLiga" },
}
list.printf = {