mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -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)
|
(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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue