diff options
| author | nyamatongwe <devnull@localhost> | 2004-01-15 09:33:53 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2004-01-15 09:33:53 +0000 |
| commit | d4306c211914ed7090408b859dc8bd2770aa389d (patch) | |
| tree | 1113736c314ad536e37b4cb87c80d82b8b943922 /include/SciLexer.h | |
| parent | a31a26357227bbd2d8dc26777a4f327cd46b0745 (diff) | |
| download | scintilla-mirror-d4306c211914ed7090408b859dc8bd2770aa389d.tar.gz | |
Update to PowerBasic lexer by Roland Walter.
Diffstat (limited to 'include/SciLexer.h')
| -rw-r--r-- | include/SciLexer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index 44d5dcdcd..2f51b3762 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -257,6 +257,8 @@ #define SCE_B_KEYWORD2 10 #define SCE_B_KEYWORD3 11 #define SCE_B_KEYWORD4 12 +#define SCE_B_CONSTANT 13 +#define SCE_B_ASM 14 #define SCE_PROPS_DEFAULT 0 #define SCE_PROPS_COMMENT 1 #define SCE_PROPS_SECTION 2 |
