[geany/geany] 7aa647: Enable PHPSCRIPT lexer

Colomban Wendling git-noreply at xxxxx
Fri Apr 10 15:06:46 UTC 2015


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Thu, 15 May 2014 14:35:23 UTC
Commit:      7aa647b9d3ba412d3afb0ba2b907b0240386b25a
             https://github.com/geany/geany/commit/7aa647b9d3ba412d3afb0ba2b907b0240386b25a

Log Message:
-----------
Enable PHPSCRIPT lexer


Modified Paths:
--------------
    scintilla/scintilla_changes.patch
    scintilla/src/Catalogue.cxx

Modified: scintilla/scintilla_changes.patch
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -109,7 +109,7 @@ index 41d5d54..70ce3bc 100644
  	LINK_LEXER(lmPascal);
 -	LINK_LEXER(lmPB);
  	LINK_LEXER(lmPerl);
--	LINK_LEXER(lmPHPSCRIPT);
+ 	LINK_LEXER(lmPHPSCRIPT);
 -	LINK_LEXER(lmPLM);
  	LINK_LEXER(lmPO);
 -	LINK_LEXER(lmPOV);


Modified: scintilla/src/Catalogue.cxx
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -106,6 +106,7 @@ int Scintilla_LinkLexers() {
 	LINK_LEXER(lmOctave);
 	LINK_LEXER(lmPascal);
 	LINK_LEXER(lmPerl);
+	LINK_LEXER(lmPHPSCRIPT);
 	LINK_LEXER(lmPO);
 	LINK_LEXER(lmPowerShell);
 	LINK_LEXER(lmProps);



--------------
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