diff options
author | nyamatongwe <devnull@localhost> | 2003-10-10 23:55:36 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-10-10 23:55:36 +0000 |
commit | 07747358c7de7cc6bd2eccc965ceea652c7f2a08 (patch) | |
tree | 831bf0026e55fe53c42a4e0ad601641fa4998a5b /include/SciLexer.h | |
parent | a241eb23d2314c3f358c1bdae979d3f1d5a8a21b (diff) | |
download | scintilla-mirror-07747358c7de7cc6bd2eccc965ceea652c7f2a08.tar.gz |
Added lexer constant for PowerBasic.
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 159a382bd..4f6db221a 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -65,6 +65,7 @@ #define SCLEX_YAML 48 #define SCLEX_TEX 49 #define SCLEX_METAPOST 50 +#define SCLEX_POWERBASIC 51 #define SCLEX_AUTOMATIC 1000 #define SCE_P_DEFAULT 0 #define SCE_P_COMMENTLINE 1 |