diff options
author | nyamatongwe <devnull@localhost> | 2013-05-23 16:07:54 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2013-05-23 16:07:54 +1000 |
commit | 413444468f55e977a7b60a928c53e66cfe305460 (patch) | |
tree | c56e6dee6f32a9ef596de9699ab94a65009f943c /src | |
parent | b77531466b99bf70358658e0e33b4288be436fea (diff) | |
download | scintilla-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.cxx | 1 |
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); |