aboutsummaryrefslogtreecommitdiffhomepage
path: root/output.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-05-27 22:35:16 +1000
committerGravatar axel <axel@liljencrantz.se>2006-05-27 22:35:16 +1000
commit6bdb0cde8bcc00c78eeeecf36792d0b51bdeff43 (patch)
tree60e04bdd03c8e60b6cacfe7b908681695174a2b0 /output.h
parent42a260f1e6f8c16aefb4786099916b6799aa4bda (diff)
Add support for highligting qutes in a special color - defaults to blue
darcs-hash:20060527123516-ac50b-d6e0cf08bd9dfe8514e64004d93dc4035e73fad8.gz
Diffstat (limited to 'output.h')
-rw-r--r--output.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/output.h b/output.h
index 1ab56262..094f1b37 100644
--- a/output.h
+++ b/output.h
@@ -23,6 +23,7 @@ enum
HIGHLIGHT_SEARCH_MATCH,
HIGHLIGHT_OPERATOR,
HIGHLIGHT_ESCAPE,
+ HIGHLIGHT_QUOTE,
}
;