aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2013-05-23 16:07:54 +1000
committernyamatongwe <devnull@localhost>2013-05-23 16:07:54 +1000
commit413444468f55e977a7b60a928c53e66cfe305460 (patch)
treec56e6dee6f32a9ef596de9699ab94a65009f943c /src
parentb77531466b99bf70358658e0e33b4288be436fea (diff)
downloadscintilla-mirror-413444468f55e977a7b60a928c53e66cfe305460.tar.gz
Feature: [feature-requests:#959]. Added lexer and folder for Structured Text language.
from Pavel Bulochkin
Diffstat (limited to 'src')
-rw-r--r--src/Catalogue.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Catalogue.cxx b/src/Catalogue.cxx
index 0ca6e67a5..84d003e08 100644
--- a/src/Catalogue.cxx
+++ b/src/Catalogue.cxx
@@ -172,6 +172,7 @@ int Scintilla_LinkLexers() {
LINK_LEXER(lmSpecman);
LINK_LEXER(lmSpice);
LINK_LEXER(lmSQL);
+ LINK_LEXER(lmSTTXT);
LINK_LEXER(lmTACL);
LINK_LEXER(lmTADS3);
LINK_LEXER(lmTAL);