diff options
| author | nyamatongwe <unknown> | 2004-01-15 09:33:53 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2004-01-15 09:33:53 +0000 |
| commit | 21217e4c2770a6760476e717ff9e6efbf69b6f94 (patch) | |
| tree | 1113736c314ad536e37b4cb87c80d82b8b943922 /include | |
| parent | 555d0396631ba298b04fae13a469b5cbf7f980f0 (diff) | |
| download | scintilla-mirror-21217e4c2770a6760476e717ff9e6efbf69b6f94.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 |
