mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -04:00
feat(css): highlight @keyframes name (#7569)
This commit is contained in:
parent
4d93fae5a3
commit
7edaaf9887
1 changed files with 2 additions and 0 deletions
|
|
@ -72,6 +72,8 @@
|
||||||
|
|
||||||
(namespace_name) @module
|
(namespace_name) @module
|
||||||
|
|
||||||
|
(keyframes_name) @variable
|
||||||
|
|
||||||
((property_name) @variable
|
((property_name) @variable
|
||||||
(#lua-match? @variable "^[-][-]"))
|
(#lua-match? @variable "^[-][-]"))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue