From ec8776ed9ef56ffe7a61e67b64d5d6b6aba2c631 Mon Sep 17 00:00:00 2001 From: Caleb White Date: Sun, 18 Aug 2024 05:30:04 -0500 Subject: feat(php): php 8.4 support (#6741) * chore(php): update maintainers * feat(php): update php rules, highlight imported functions/consts * feat(php): indent inside property hooks * chore: update php and php_only revision --- lua/nvim-treesitter/parsers.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua') 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 -- cgit v1.2.3-70-g09d2