add all nanorc files that I use

This commit is contained in:
2023-05-27 10:21:17 -04:00
parent c332c5b549
commit 06a1621f60
47 changed files with 1660 additions and 5 deletions
+13
View File
@@ -0,0 +1,13 @@
## Here is an example for css files.
##
syntax "CSS" "\.(css|scss|less)$"
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 ";|:|\{|\}"
## Trailing spaces
color ,green "[[:space:]]+$"