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 | 6dfbe8e902d1bde666fbd18d2a4e6bf1074f7e4b (patch) | |
tree | f8aea066bbe9b78a34fb58f9514b6da0f7e3b31b /src | |
parent | 6f875cbfd94d0e3e8197d74b9db6d0ae5d1bf312 (diff) | |
download | scintilla-mirror-6dfbe8e902d1bde666fbd18d2a4e6bf1074f7e4b.tar.gz |
Feature [feature-requests:#1024]. Lexer added for Rust language.
From SiegeLord.
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 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); |