Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Wed, 26 Nov 2014 18:52:20 UTC Commit: 21e5c0e0e9bf6c28f83af3936836f9fca3e27cc9 https://github.com/geany/geany/commit/21e5c0e0e9bf6c28f83af3936836f9fca3e27c...
Log Message: ----------- Fix Scintilla patch for CoffeeScript inclusion
Modified Paths: -------------- scintilla/scintilla_changes.patch
Modified: scintilla/scintilla_changes.patch 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -31,7 +31,7 @@ diff --git b/scintilla/src/Catalogue.cxx a/scintilla/src/Catalogue.cxx index 41d5d54..70ce3bc 100644 --- scintilla/src/Catalogue.cxx +++ scintilla/src/Catalogue.cxx -@@ -76,117 +76,48 @@ int Scintilla_LinkLexers() { +@@ -76,117 +76,49 @@ int Scintilla_LinkLexers() {
//++Autogenerated -- run scripts/LexGen.py to regenerate //**(\tLINK_LEXER(*);\n) @@ -57,7 +57,7 @@ index 41d5d54..70ce3bc 100644 - LINK_LEXER(lmClwNoCase); LINK_LEXER(lmCmake); LINK_LEXER(lmCOBOL); -- LINK_LEXER(lmCoffeeScript); + LINK_LEXER(lmCoffeeScript); - LINK_LEXER(lmConf); LINK_LEXER(lmCPP); - LINK_LEXER(lmCPPNoCase);
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).