1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-20 01:08:33 +03:00

remove '+a' in pseudo classes face

This commit is contained in:
Andrés González 2022-04-12 08:31:06 -04:00
parent 8888b8d561
commit b81d38da5e

View File

@ -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