[geany/geany] aa7e93: Update our Scintilla patch for the addition of Rust lexer

Colomban Wendling git-noreply at xxxxx
Tue Jan 14 17:50:37 UTC 2014


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   SiegeLord <slabode at aim.com>
Date:        Tue, 14 Jan 2014 17:50:37 UTC
Commit:      aa7e938164dc14cb1d866effb0c11b42ec11ff6e
             https://github.com/geany/geany/commit/aa7e938164dc14cb1d866effb0c11b42ec11ff6e

Log Message:
-----------
Update our Scintilla patch for the addition of Rust lexer


Modified Paths:
--------------
    scintilla/scintilla_changes.patch

Modified: scintilla/scintilla_changes.patch
4 files changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -31,7 +31,7 @@ diff --git b/scintilla/src/Catalogue.cxx a/scintilla/src/Catalogue.cxx
 index e728f34..85116a5 100644
 +++ scintilla/src/Catalogue.cxx
 --- scintilla/src/Catalogue.cxx
-@@ -76,112 +76,47 @@ int Scintilla_LinkLexers() {
+@@ -76,112 +76,48 @@ int Scintilla_LinkLexers() {
  
  //++Autogenerated -- run scripts/LexGen.py to regenerate
  //**\(\tLINK_LEXER(\*);\n\)
@@ -121,7 +121,7 @@ index e728f34..85116a5 100644
  	LINK_LEXER(lmR);
 -	LINK_LEXER(lmREBOL);
  	LINK_LEXER(lmRuby);
--	LINK_LEXER(lmRust);
+ 	LINK_LEXER(lmRust);
 -	LINK_LEXER(lmScriptol);
 -	LINK_LEXER(lmSmalltalk);
 -	LINK_LEXER(lmSML);



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list