diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 77e059841..67fdb418c 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1495,7 +1495,7 @@ list.php = { location = "php", files = { "src/parser.c", "src/scanner.c" }, }, - maintainers = { "@tk-shirasaka" }, + maintainers = { "@tk-shirasaka", "@calebdw" }, } list.php_only = { @@ -1504,7 +1504,7 @@ list.php_only = { location = "php_only", files = { "src/parser.c", "src/scanner.c" }, }, - maintainers = { "@tk-shirasaka" }, + maintainers = { "@tk-shirasaka", "@calebdw" }, } -- Parsers for injections |
