css.nanorc 335 B

1234567891011
  1. ## Here is an example for css files.
  2. ##
  3. syntax "css" "\.(css|scss)$"
  4. color brightred "."
  5. color brightyellow start="\{" end="\}"
  6. color brightwhite start=":" end="[;^\{]"
  7. color brightblue ":active|:focus|:hover|:link|:visited|:link|:after|:before|$"
  8. color brightblue start="\/\*" end="\*\/"
  9. color green ";|:|\{|\}"