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 | e4ec55750fa4b5b9b25582268c5cd1c3b1c20c03 (patch) | |
tree | 5d9328819f801efb54d069762996d2f17d9e89fe /src | |
parent | d3a6a0fb65f9fa6bd035bd359828ec20e2529ec4 (diff) | |
download | scintilla-mirror-e4ec55750fa4b5b9b25582268c5cd1c3b1c20c03.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); |