mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-19 15:27:20 +09:00
Add syntax highlighting files
This commit is contained in:
10
syntax_files/css.micro
Normal file
10
syntax_files/css.micro
Normal file
@@ -0,0 +1,10 @@
|
||||
## Here is an example for css files.
|
||||
##
|
||||
|
||||
syntax "CSS" "\.(css|scss)$"
|
||||
color brightred "."
|
||||
color brightyellow "(?s)\{.*?\}"
|
||||
color brightwhite "(?s):.*?[;^\{]"
|
||||
color brightblue ":active|:focus|:hover|:link|:visited|:link|:after|:before|$"
|
||||
color brightblue "(?s)\/\*.*?\*\/"
|
||||
color green ";|:|\{|\}"
|
||||
Reference in New Issue
Block a user