diff options
author | Wil van Antwerpen <unknown> | 2019-06-15 07:17:10 +1000 |
---|---|---|
committer | Wil van Antwerpen <unknown> | 2019-06-15 07:17:10 +1000 |
commit | 58e6c1d01e888e4e02c26578894d4cb1b7326e75 (patch) | |
tree | 73db9275d66819dba479859058a17a5e60f406e0 /src | |
parent | d9fba5e94dc55a58c21ba1b082cf9d227a8de831 (diff) | |
download | scintilla-mirror-58e6c1d01e888e4e02c26578894d4cb1b7326e75.tar.gz |
Feature [feature-requests:#1295]. Lexer added for DataFlex.
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 d221113ce..8a0a29259 100644 --- a/src/Catalogue.cxx +++ b/src/Catalogue.cxx @@ -102,6 +102,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmCsound); LINK_LEXER(lmCss); LINK_LEXER(lmD); + LINK_LEXER(lmDataflex); LINK_LEXER(lmDiff); LINK_LEXER(lmDMAP); LINK_LEXER(lmDMIS); |