mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 00:40:06 -04:00
fix(css): make the highlights more sensible
This commit is contained in:
parent
fa38f4e6f9
commit
505a0e74cb
3 changed files with 31 additions and 25 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
(id) @constant
|
||||
|
||||
(class) @property
|
||||
(class) @type
|
||||
|
||||
(doctype) @keyword.directive
|
||||
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
(block_prepend
|
||||
(keyword)+ @keyword)
|
||||
|
||||
(block_name) @type
|
||||
(block_name) @module
|
||||
|
||||
(conditional
|
||||
(keyword) @keyword.conditional)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue