diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2022-09-20 13:12:19 +0200 |
|---|---|---|
| committer | Lewis Russell <me@lewisr.dev> | 2022-09-26 23:23:21 +0100 |
| commit | 4303c1af69e4a8962c591b8dbf70229eed915313 (patch) | |
| tree | f128112fb53804b42abd3ff36e18c932d63ca985 /queries/php/highlights.scm | |
| parent | feat(spell): support more languages (diff) | |
| download | nvim-treesitter-4303c1af69e4a8962c591b8dbf70229eed915313.tar nvim-treesitter-4303c1af69e4a8962c591b8dbf70229eed915313.tar.gz nvim-treesitter-4303c1af69e4a8962c591b8dbf70229eed915313.tar.bz2 nvim-treesitter-4303c1af69e4a8962c591b8dbf70229eed915313.tar.lz nvim-treesitter-4303c1af69e4a8962c591b8dbf70229eed915313.tar.xz nvim-treesitter-4303c1af69e4a8962c591b8dbf70229eed915313.tar.zst nvim-treesitter-4303c1af69e4a8962c591b8dbf70229eed915313.zip | |
highlights(php): add spell
Diffstat (limited to 'queries/php/highlights.scm')
| -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 83e8e3a80..8627bed6b 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 |
