mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 16:30:02 -04:00
- #76 update the predicate syntax for ruby and css
This commit is contained in:
parent
85645f5720
commit
37f9866f66
2 changed files with 9 additions and 8 deletions
|
|
@ -48,9 +48,9 @@
|
|||
|
||||
|
||||
((property_name) @type
|
||||
(match? @type "^--"))
|
||||
(#match? @type "^--"))
|
||||
((plain_value) @type
|
||||
(match? @type "^--"))
|
||||
(#match? @type "^--"))
|
||||
|
||||
(string_value) @string
|
||||
(color_value) @string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue