diff options
author | Neil <nyamatongwe@gmail.com> | 2013-10-08 09:10:21 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-10-08 09:10:21 +1100 |
commit | f0133bc8f8f80d934749fc726f91cc891918e756 (patch) | |
tree | e4fea9882ccb99460bb4721b9decf497b30d491b /src/Catalogue.cxx | |
parent | 8fa845464668cfcd119bb34cd4f9605f7693aab9 (diff) | |
download | scintilla-mirror-f0133bc8f8f80d934749fc726f91cc891918e756.tar.gz |
Feature [feature-requests:#1024]. Lexer added for Rust language.
From SiegeLord.
Diffstat (limited to 'src/Catalogue.cxx')
-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 aa9a1ee27..e728f3480 100644 --- a/src/Catalogue.cxx +++ b/src/Catalogue.cxx @@ -161,6 +161,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmR); LINK_LEXER(lmREBOL); LINK_LEXER(lmRuby); + LINK_LEXER(lmRust); LINK_LEXER(lmScriptol); LINK_LEXER(lmSmalltalk); LINK_LEXER(lmSML); |