Skip to content

Commit 08b837c

Browse files
add null safe operator to font locking list (#2)
1 parent 25ebfba commit 08b837c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-ts-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"+" "++" "+=" "," "-" "-" "--" "-=" "->" "."
8888
".=" "/" "/=" ":" "::" "<" "<<" "<<=" "<=" "<=>"
8989
"<>" "=" "==" "===" "=>" ">" ">=" ">>" ">>=" "?"
90-
"?:" "??" "??=" "@" "\\" "^" "^=" "|" "|=" "||"))
90+
"?:" "??" "??=" "?->" "@" "\\" "^" "^=" "|" "|=" "||"))
9191
"PHP operators for tree-sitter font-locking.")
9292

9393
(defconst php-ts-mode--magical-constants

0 commit comments

Comments
 (0)