mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 07:50:07 -04:00
feat: add the php_only parser included in tree-sitter-php (#5876)
Add parser `php_only` for PHP files without HTML embedded. Make queries for combined parser `php` inherit from `php_only` (no extensions needed). --------- Co-authored-by: shirasaka <tk.shirasaka@gmail>
This commit is contained in:
parent
a8fa3047b5
commit
64b3d5e569
13 changed files with 574 additions and 557 deletions
|
|
@ -446,6 +446,9 @@
|
|||
"php": {
|
||||
"revision": "b569a5f2c0d592e67430520d1a0e1f765d83ceb0"
|
||||
},
|
||||
"php_only": {
|
||||
"revision": "b569a5f2c0d592e67430520d1a0e1f765d83ceb0"
|
||||
},
|
||||
"phpdoc": {
|
||||
"revision": "915a527d5aafa81b31acf67fab31b0ac6b6319c0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue