From 41c0c0f7083c0ddde020cf847cddef7894f2ded4 Mon Sep 17 00:00:00 2001 From: Vicente Date: Mon, 6 Mar 2017 13:58:24 +1100 Subject: New "indent" lexer styled as plain text but folded by indentation level. --- include/Scintilla.iface | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Scintilla.iface') 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. -- cgit v1.2.3