12-08-2021
This commit is contained in:
13
.nano/css.nanorc
Normal file
13
.nano/css.nanorc
Normal 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:]]+$"
|
||||
Reference in New Issue
Block a user