diff options
| author | nyamatongwe <devnull@localhost> | 2013-05-15 10:24:08 +1000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2013-05-15 10:24:08 +1000 |
| commit | 1f75fc4467364d6389ae78f0644a7ef814c6c7dc (patch) | |
| tree | bdf355f4b3468f258104a1e1bd9c0ba914ac9cef /include/SciLexer.h | |
| parent | 60b6cd75a1ce1663a007a1c432c7f0fc147ae59d (diff) | |
| download | scintilla-mirror-1f75fc4467364d6389ae78f0644a7ef814c6c7dc.tar.gz | |
Feature: [feature-requests:#990]. Style added for preprocessor doc comment.
From Alpha.
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 ef92c9433..506848a1c 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -161,6 +161,7 @@ #define SCE_C_TRIPLEVERBATIM 21 #define SCE_C_HASHQUOTEDSTRING 22 #define SCE_C_PREPROCESSORCOMMENT 23 +#define SCE_C_PREPROCESSORCOMMENTDOC 24 #define SCE_D_DEFAULT 0 #define SCE_D_COMMENT 1 #define SCE_D_COMMENTLINE 2 |
