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