File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 76
76
" elseif" " enddeclare" " endforeach" " endif" " endswitch"
77
77
" endwhile" " enum" " extends" " final" " finally" " for" " foreach"
78
78
" fn" " function" " global" " if" " implements" " include_once"
79
- " include" " insteadof" " interface" " namespace" " never " " new"
79
+ " include" " insteadof" " interface" " namespace" " new"
80
80
" private" " protected" " public" " readonly" " require_once" " require"
81
81
" return" " static" " switch" " throw" " trait" " try" " use"
82
- " while" " yield" " yield from " )
82
+ " while" " yield" )
83
83
" PHP keywords for tree-sitter font-locking." )
84
84
85
85
(defvar php-ts-mode--operators
@@ -208,7 +208,9 @@ the available version of Tree-sitter for PHP."
208
208
209
209
:language 'php
210
210
:feature 'keyword
211
- `([,@php-ts-mode--keywords ] @font-lock-keyword-face)
211
+ `([,@php-ts-mode--keywords ] @font-lock-keyword-face
212
+ ; ; TODO: Add "yield from"
213
+ )
212
214
213
215
:language 'php
214
216
:feature 'bracket
You can’t perform that action at this time.
0 commit comments