diff options
Diffstat (limited to 'share/nano/css.nanorc')
-rw-r--r-- | share/nano/css.nanorc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/share/nano/css.nanorc b/share/nano/css.nanorc new file mode 100644 index 0000000..98eea18 --- /dev/null +++ b/share/nano/css.nanorc @@ -0,0 +1,9 @@ +## Here is an example for css files. +## +syntax "css" "\.css$" +color brightred "." +color brightyellow start="\{" end="\}" +color brightwhite start=":" end="([;^\{]|$)" +color brightblue ":active|:focus|:hover|:link|:visited|:link|:after|:before|$" +color brightblue start="\/\*" end="\\*/" +color green ";|:|\{|\}" |