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 | |
| parent | a31a26357227bbd2d8dc26777a4f327cd46b0745 (diff) | |
| download | scintilla-mirror-d4306c211914ed7090408b859dc8bd2770aa389d.tar.gz | |
Update to PowerBasic lexer by Roland Walter.
Diffstat (limited to 'include')
| -rw-r--r-- | include/SciLexer.h | 2 | ||||
| -rw-r--r-- | include/Scintilla.iface | 2 |
2 files changed, 4 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 diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 4fc1fefb9..543e43607 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1913,6 +1913,8 @@ val SCE_B_STRINGEOL=9 val SCE_B_KEYWORD2=10 val SCE_B_KEYWORD3=11 val SCE_B_KEYWORD4=12 +val SCE_B_CONSTANT=13 +val SCE_B_ASM=14 # Lexical states for SCLEX_PROPERTIES lex Properties=SCLEX_PROPERTIES SCE_PROPS_ val SCE_PROPS_DEFAULT=0 |
