mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 16:45:40 +01:00
Merge pull request #26 from tortxof/master
Made some changes to css.nanorc
This commit is contained in:
commit
e81bb080db
@ -1,10 +1,10 @@
|
|||||||
## Here is an example for css files.
|
## Here is an example for css files.
|
||||||
##
|
##
|
||||||
|
|
||||||
syntax "css" "\.css$"
|
syntax "css" "\.(css|scss)$"
|
||||||
color brightred "."
|
color brightred "."
|
||||||
color brightyellow start="\{" end="\}"
|
color brightyellow start="\{" end="\}"
|
||||||
color brightwhite start=":" end="[;^\{]"
|
color brightwhite start=":" end="[;^\{]"
|
||||||
color brightblue ":active|:focus|:hover|:link|:visited|:link|:after|:before|$"
|
color brightblue ":active|:focus|:hover|:link|:visited|:link|:after|:before|$"
|
||||||
color brightblue start="\/\*" end="\\*/"
|
color brightblue start="\/\*" end="\*\/"
|
||||||
color green ";|:|\{|\}"
|
color green ";|:|\{|\}"
|
||||||
|
Loading…
Reference in New Issue
Block a user