diff options
| author | nyamatongwe <devnull@localhost> | 2001-04-24 07:58:36 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-04-24 07:58:36 +0000 |
| commit | f7d64e55283ac537f041cd44f310d548421056cf (patch) | |
| tree | 7c942efeb6ba191c52b987d23e015d82278bf78d /include/SciLexer.h | |
| parent | e95184b94176f33cfe0400a0239f4d3b7e2e8bee (diff) | |
| download | scintilla-mirror-f7d64e55283ac537f041cd44f310d548421056cf.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 |
