mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-24 01:37:15 +09:00
Add cross-compilation script
This commit is contained in:
11
runtime/syntax/css.micro
Normal file
11
runtime/syntax/css.micro
Normal file
@@ -0,0 +1,11 @@
|
||||
## 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