diff options
Diffstat (limited to 'app-editors/nano/files/css.nanorc')
-rw-r--r-- | app-editors/nano/files/css.nanorc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app-editors/nano/files/css.nanorc b/app-editors/nano/files/css.nanorc new file mode 100644 index 000000000000..62126e8a7833 --- /dev/null +++ b/app-editors/nano/files/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 ";|:|\{|\}" |