mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 14:22:42 +09:00
Add syntax flags and fix a couple highlighting bugs
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
|
||||
syntax "CSS" "\.(css|scss)$"
|
||||
color brightred "."
|
||||
color brightyellow "(?s)\{.*?\}"
|
||||
color brightwhite "(?s):.*?[;^\{]"
|
||||
color brightyellow (s) "\{.*?\}"
|
||||
color brightwhite (s) ":.*?[;^\{]"
|
||||
color brightblue ":active|:focus|:hover|:link|:visited|:link|:after|:before|$"
|
||||
color brightblue "(?s)\/\*.*?\*\/"
|
||||
color brightblue (s) "\/\*.*?\*\/"
|
||||
color green ";|:|\{|\}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user