diff options
author | nyamatongwe <unknown> | 2005-07-22 01:53:49 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2005-07-22 01:53:49 +0000 |
commit | 735c4734059beb30d1a4a872ba4a7f3fca83f16b (patch) | |
tree | 3974a3d2b1be33d1dc34e4675177392b1437b2ff /include/SciLexer.h | |
parent | 2f8ffbcd104e73b0eb5221aac25535d1fb7b9638 (diff) | |
download | scintilla-mirror-735c4734059beb30d1a4a872ba4a7f3fca83f16b.tar.gz |
Addition from Elias Pschernig supports FreeBasic.
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 cd6af1737..8b0aac51d 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -87,6 +87,7 @@ #define SCLEX_SMALLTALK 72 #define SCLEX_FLAGSHIP 73 #define SCLEX_CSOUND 74 +#define SCLEX_FREEBASIC 75 #define SCLEX_AUTOMATIC 1000 #define SCE_P_DEFAULT 0 #define SCE_P_COMMENTLINE 1 |