aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-02-01 07:12:21 +0000
committernyamatongwe <devnull@localhost>2001-02-01 07:12:21 +0000
commitc2259b94bf40269d62f8435824479b580c1a6ef8 (patch)
tree096db19312ccf973fc1ac56633fc1babc61d7747 /include/SciLexer.h
parent8228b372990cfb2284f143cd3365b48a547fb0fe (diff)
downloadscintilla-mirror-c2259b94bf40269d62f8435824479b580c1a6ef8.tar.gz
Added lexer for Avenue.
Trailing spaces removed from a lot of lines.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r--include/SciLexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h
index 9dece8301..63d4c078b 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -31,6 +31,7 @@
#define SCLEX_DIFF 16
#define SCLEX_CONF 17
#define SCLEX_PASCAL 18
+#define SCLEX_AVE 19
#define SCE_P_DEFAULT 0
#define SCE_P_COMMENTLINE 1
#define SCE_P_NUMBER 2