mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 05:50:04 -04:00
fix: update highlights
This commit is contained in:
parent
73cb7c9a15
commit
a26bf540ff
2 changed files with 32 additions and 9 deletions
|
|
@ -8,13 +8,12 @@
|
|||
|
||||
(property_identifier) @property
|
||||
|
||||
(string_literal) @string
|
||||
|
||||
(string_literal_begin) @string
|
||||
|
||||
(string_literal_continuation) @string
|
||||
|
||||
(string_literal_end) @string
|
||||
[
|
||||
(string_literal)
|
||||
(string_literal_begin)
|
||||
(string_literal_continuation)
|
||||
(string_literal_end)
|
||||
] @string
|
||||
|
||||
[
|
||||
"case"
|
||||
|
|
@ -27,6 +26,8 @@
|
|||
"import" @keyword.import
|
||||
|
||||
[
|
||||
(break_statement)
|
||||
(continue_statement)
|
||||
"for"
|
||||
"loop"
|
||||
"repeat"
|
||||
|
|
@ -61,9 +62,7 @@
|
|||
(line)
|
||||
"assert"
|
||||
;"async"
|
||||
(break_statement)
|
||||
"const"
|
||||
(continue_statement)
|
||||
"do"
|
||||
"extends"
|
||||
(fallthrough_statement)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue