mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
highlights(rasi): fix captures
This commit is contained in:
parent
65a4394a56
commit
7294e534d2
1 changed files with 2 additions and 2 deletions
|
|
@ -64,8 +64,8 @@
|
||||||
(id_selector)
|
(id_selector)
|
||||||
] @namespace
|
] @namespace
|
||||||
|
|
||||||
(id_selector_view [ "normal" "selected" "alternate" ] @property)
|
(id_selector_view [ "normal" "selected" "alternate" ] @attribute)
|
||||||
(id_selector_state [ "normal" "urgent" "active" ] @tag)
|
(id_selector_state [ "normal" "urgent" "active" ] @type.qualifier)
|
||||||
|
|
||||||
(hex_color) @number
|
(hex_color) @number
|
||||||
(hex_color "#" @punctuation.special)
|
(hex_color "#" @punctuation.special)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue