summaryrefslogtreecommitdiff
path: root/doc/syntax/css.nanorc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/syntax/css.nanorc')
-rw-r--r--doc/syntax/css.nanorc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/syntax/css.nanorc b/doc/syntax/css.nanorc
new file mode 100644
index 0000000..98eea18
--- /dev/null
+++ b/doc/syntax/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 ";|:|\{|\}"