updated nano

This commit is contained in:
Anthony Scopatz 2013-02-01 10:32:15 -06:00
parent dba968a737
commit 2d87638c7a
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ color magenta "[(){}]" "\[" "\]"
color brightcyan "^[[:space:]]*#[[:space:]]*(define|include|(un|ifn?)def|endif|el(if|se)|if|warning|error)"
## String highlighting.
icolor brightblue "<[^= ]*>" ""(\\.|[^"])*""
icolor cyan "<[^= ]*>" ""(\\.|[^"])*""
icolor cyan "<[^= ]*>" "'(\\.|[^"])*'"
## Comment highlighting
icolor brightred "!.*$" "(^[Cc]| [Cc]) .*$"