diff options
author | nyamatongwe <unknown> | 2001-04-24 07:58:36 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-04-24 07:58:36 +0000 |
commit | e7786d92f80fc5a37b0be6b0ba6f0870c3888e0c (patch) | |
tree | 7c942efeb6ba191c52b987d23e015d82278bf78d /include/SciLexer.h | |
parent | 109202c21363c45c2ddd0bccef1ba1638456427a (diff) | |
download | scintilla-mirror-e7786d92f80fc5a37b0be6b0ba6f0870c3888e0c.tar.gz |
Ruby support.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r-- | include/SciLexer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index ea2987529..72f9cd5ea 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -36,6 +36,7 @@ #define SCLEX_AVE 19 #define SCLEX_ADA 20 #define SCLEX_LISP 21 +#define SCLEX_RUBY 22 #define SCLEX_AUTOMATIC 1000 #define SCE_P_DEFAULT 0 #define SCE_P_COMMENTLINE 1 |