Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Thu, 19 Oct 2023 12:27:45 UTC Commit: bc9f6e4dccea09b746510c0f262c2e3bf0ce11c9 https://github.com/geany/geany/commit/bc9f6e4dccea09b746510c0f262c2e3bf0ce11...
Log Message: ----------- Restore AsciiDoc lexer
This got lost in 19336d22946b77bbcb5131544ea0e6317cdcf6b5, probably as a mistake.
Fixes #3615.
Modified Paths: -------------- scintilla/lexilla/src/Lexilla.cxx scintilla/scintilla_changes.patch
Modified: scintilla/lexilla/src/Lexilla.cxx 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -172,6 +172,7 @@ static void AddGeanyLexers() catalogueLexilla.AddLexerModules({ &lmAbaqus, &lmAda, + &lmAsciidoc, &lmAsm, &lmAU3, &lmBash,
Modified: scintilla/scintilla_changes.patch 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -62,7 +62,7 @@ diff --git scintilla/lexilla/src/Lexilla.cxx scintilla/lexilla/src/Lexilla.cxx index cd4b23617..af4a73db4 100644 --- scintilla/lexilla/src/Lexilla.cxx +++ scintilla/lexilla/src/Lexilla.cxx -@@ -167,8 +167,67 @@ +@@ -167,8 +167,68 @@
CatalogueModules catalogueLexilla;
@@ -71,6 +71,7 @@ index cd4b23617..af4a73db4 100644 + catalogueLexilla.AddLexerModules({ + &lmAbaqus, + &lmAda, ++ &lmAsciidoc, + &lmAsm, + &lmAU3, + &lmBash,
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).