diff options
| author | nyamatongwe <devnull@localhost> | 2001-09-18 09:39:28 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-09-18 09:39:28 +0000 |
| commit | 6869f9297e8f2c4b3a24982088e2bce6379264da (patch) | |
| tree | 66746a6854655c6d5f8b34903cced3a6d2ddb2c3 /include/Scintilla.iface | |
| parent | 6f5cdab45fd42d491e6be3134055ac2cd8ef0c64 (diff) | |
| download | scintilla-mirror-6869f9297e8f2c4b3a24982088e2bce6379264da.tar.gz | |
Start of work from Steve on keywords in documentation comments.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index c495a1960..bdfcd2e54 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1308,6 +1308,8 @@ val SCE_C_VERBATIM=13 val SCE_C_REGEX=14 val SCE_C_COMMENTLINEDOC=15 val SCE_C_WORD2=16 +val SCE_C_COMMENTDOCKEYWORD=17 +val SCE_C_COMMENTDOCKEYWORDERROR=18 # Lexical states for SCLEX_HTML, SCLEX_XML val SCE_H_DEFAULT=0 val SCE_H_TAG=1 |
