highlights(php): add spell

This commit is contained in:
Laytan Laats 2022-09-20 13:12:19 +02:00 committed by Lewis Russell
parent 37398c7d68
commit 4303c1af69

View file

@ -116,14 +116,14 @@
(heredoc_body) (heredoc_body)
(nowdoc_body) (nowdoc_body)
(shell_command_expression) ; backtick operator: `ls -la` (shell_command_expression) ; backtick operator: `ls -la`
] @string ] @string @spell
(escape_sequence) @string.escape (escape_sequence) @string.escape
(boolean) @boolean (boolean) @boolean
(null) @constant.builtin (null) @constant.builtin
(integer) @number (integer) @number
(float) @float (float) @float
(comment) @comment (comment) @comment @spell
(named_label_statement) @label (named_label_statement) @label
; Keywords ; Keywords