mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 20:40:02 -04:00
highlights(php): add spell
This commit is contained in:
parent
37398c7d68
commit
4303c1af69
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue