diff options
| -rw-r--r-- | queries/php/highlights.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/php/highlights.scm b/queries/php/highlights.scm index 83e8e3a8..8627bed6 100644 --- a/queries/php/highlights.scm +++ b/queries/php/highlights.scm @@ -116,14 +116,14 @@ (heredoc_body) (nowdoc_body) (shell_command_expression) ; backtick operator: `ls -la` - ] @string + ] @string @spell (escape_sequence) @string.escape (boolean) @boolean (null) @constant.builtin (integer) @number (float) @float -(comment) @comment +(comment) @comment @spell (named_label_statement) @label ; Keywords |
