Skip to content

Commit

Permalink
Merge pull request #9 from piotrkwiecinski/missing-keywords
Browse files Browse the repository at this point in the history
add missing keywords
  • Loading branch information
zonuexe committed May 22, 2023
2 parents 3e59322 + 6fdd893 commit 8dd0163
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions php-ts-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@
'("abstract" "as" "break" "case" "catch" "class" "const"
"continue" "declare" "default" "do" "echo" "else"
"elseif" "enddeclare" "endforeach" "endif" "endswitch"
"endwhile" "enum" "extends" "final" "finally" "foreach"
"function" "global" "if" "implements" "include_once"
"include" "insteadof" "interface" "namespace" "new"
"private" "protected" "public" "require_once" "require"
"endwhile" "enum" "extends" "final" "finally" "for" "foreach"
"fn" "function" "global" "if" "implements" "include_once"
"include" "insteadof" "interface" "namespace" "never" "new"
"private" "protected" "public" "readonly" "require_once" "require"
"return" "static" "switch" "throw" "trait" "try" "use"
"while")
"while" "yield" "yield from")
"PHP keywords for tree-sitter font-locking.")

(defvar php-ts-mode--operators
Expand Down

0 comments on commit 8dd0163

Please sign in to comment.