mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
PHP: highlight unset
Similar to 57f855461a/grammar.js (L130-L132)
Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/2156
This commit is contained in:
parent
6b5b37cc3e
commit
9025d96159
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@
|
||||||
"declare"
|
"declare"
|
||||||
"default"
|
"default"
|
||||||
"echo"
|
"echo"
|
||||||
|
"unset"
|
||||||
"enddeclare"
|
"enddeclare"
|
||||||
"extends"
|
"extends"
|
||||||
"final"
|
"final"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue