aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorVicente <unknown>2017-03-06 13:58:24 +1100
committerVicente <unknown>2017-03-06 13:58:24 +1100
commit41c0c0f7083c0ddde020cf847cddef7894f2ded4 (patch)
treeead962b1d6d8237910946f618e76caf0fbfc739f /include
parentd38ff94eaa712ffc048b75764e394865ea31c2a8 (diff)
downloadscintilla-mirror-41c0c0f7083c0ddde020cf847cddef7894f2ded4.tar.gz
New "indent" lexer styled as plain text but folded by indentation level.
Diffstat (limited to 'include')
-rw-r--r--include/SciLexer.h1
-rw-r--r--include/Scintilla.iface1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h
index 4eb6209d8..cc5139e93 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -134,6 +134,7 @@
#define SCLEX_TEHEX 119
#define SCLEX_JSON 120
#define SCLEX_EDIFACT 121
+#define SCLEX_INDENT 122
#define SCLEX_AUTOMATIC 1000
#define SCE_P_DEFAULT 0
#define SCE_P_COMMENTLINE 1
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 30cfdd761..4c964e3fd 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2895,6 +2895,7 @@ val SCLEX_IHEX=118
val SCLEX_TEHEX=119
val SCLEX_JSON=120
val SCLEX_EDIFACT=121
+val SCLEX_INDENT=122
# When a lexer specifies its language as SCLEX_AUTOMATIC it receives a
# value assigned in sequence from SCLEX_AUTOMATIC+1.