From 915e4978fdea3642d27dc94e69d90b140894bc14 Mon Sep 17 00:00:00 2001 From: mitchell Date: Thu, 11 Jul 2019 11:45:48 -0400 Subject: Backport: Feature [feature-requests:#1295]. Lexer added for DataFlex. Backport of changeset 7569:ab69548334b7, but with custom `_strnlen` function since `strnlen` is not part of the C or C++ standard. --- src/Catalogue.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Catalogue.cxx b/src/Catalogue.cxx index be08651c5..35b73b32e 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); -- cgit v1.2.3