remove '+a' in pseudo classes face
This commit is contained in:
parent
8888b8d561
commit
b81d38da5e
|
@ -86,7 +86,7 @@ evaluate-commands %sh{
|
|||
add-highlighter shared/css/code/media_types regex \b($(join "${media_types}"))\b 1:+i
|
||||
|
||||
# (after functional notation as they may contain paranthesis)
|
||||
add-highlighter shared/css/code/pseudo regex (:{1,2})([a-z-]+) 2:attribute 2:+a
|
||||
add-highlighter shared/css/code/pseudo regex (:{1,2})([a-z-]+) 2:attribute
|
||||
|
||||
add-highlighter shared/css/code/at_rules regex @[a-z-]+ 0:function
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user