diff options
author | Neil <nyamatongwe@gmail.com> | 2014-09-03 10:16:38 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-09-03 10:16:38 +1000 |
commit | 25465a4676217e819294cbcbb3f6be1a56a801a7 (patch) | |
tree | 6cf9bd837c70ccc895cb6ec3ef91dafbb4471837 /src | |
parent | 51a8128524fd0eb7fd459616ca61f3187fa9a821 (diff) | |
download | scintilla-mirror-25465a4676217e819294cbcbb3f6be1a56a801a7.tar.gz |
Feature [feature-requests:#1071]. BibTeX lexer added.
From Sergiu Dotenco and danselmi.
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 097fe7659..3fd006f7a 100644 --- a/src/Catalogue.cxx +++ b/src/Catalogue.cxx @@ -90,6 +90,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmBaan); LINK_LEXER(lmBash); LINK_LEXER(lmBatch); + LINK_LEXER(lmBibTeX); LINK_LEXER(lmBlitzBasic); LINK_LEXER(lmBullant); LINK_LEXER(lmCaml); |