Skip to content

Instantly share code, notes, and snippets.

@marklindhout
Created September 25, 2012 09:59
Show Gist options
  • Save marklindhout/3780991 to your computer and use it in GitHub Desktop.
Save marklindhout/3780991 to your computer and use it in GitHub Desktop.
NANO syntax highlighting for Cascading Style Sheets (CSS)
syntax "css" "\.css$"
color brightblue start="." end="$"
color brightyellow start="\{" end="\}"
color white start=":" end=";|$"
color yellow ":active|:focus|:hover|:link|:visited|:link|:after|:before"
color brightwhite "\'|\""
color brightred ";|:"
color red start="\[" end="\]"
color green start="/\*" end="\*/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment