diff options
author | nyamatongwe <devnull@localhost> | 2001-08-09 23:51:48 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-08-09 23:51:48 +0000 |
commit | cd08b8e2c98ca4063d272644d15aa2c1e24228ba (patch) | |
tree | ead135042b23c2b5b35ff66154605c09f92150d7 /include/SciLexer.h | |
parent | 595cc429f4b84190ae7f6135636d39114dd04972 (diff) | |
download | scintilla-mirror-cd08b8e2c98ca4063d272644d15aa2c1e24228ba.tar.gz |
Patch from Steve for recognising a SGML <! lexical state.
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 e3c689404..54d3ace42 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -92,6 +92,7 @@ #define SCE_H_QUESTION 18 #define SCE_H_VALUE 19 #define SCE_H_XCCOMMENT 20 +#define SCE_H_SGML 21 #define SCE_HJ_START 40 #define SCE_HJ_DEFAULT 41 #define SCE_HJ_COMMENT 42 |