[Github-comments] [geany/geany] Adds a simple Asciidoc lexer for Scintilla (PR #2986)

Antonio Cebrián notifications at xxxxx
Fri Nov 5 21:40:00 UTC 2021


Simple Asciidoc lexer following Asciidoctor recommended practiques:

https://asciidoctor.org/docs/asciidoc-recommended-practices/

Tested with Asciidoctor README.adoc file:

https://github.com/asciidoctor/asciidoctor/blob/main/README.adoc

With the next result:
![geany](https://user-images.githubusercontent.com/24474865/140573699-cb4739ed-98ad-4d60-b56f-f65682cb9198.png)

PD: Sorry but GitHub doesn't allow to create PRs from a branch (ancebfer/geany 1.38.1) to a tag (geany/geany 1.38.0) as desired.

You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany/pull/2986

-- Commit Summary --

  * <a href="https://github.com/geany/geany/pull/2986/commits/9cb51e617b1b6355a7b360af7832103c34203388">Adds a simple Asciidoc lexer for Scintilla</a>

-- File Changes --

    M data/filedefs/filetypes.asciidoc (50)
    M scintilla/Makefile.am (1)
    M scintilla/include/SciLexer.h (25)
    M scintilla/include/Scintilla.iface (27)
    A scintilla/lexers/LexAsciidoc.cxx (384)
    M scintilla/src/Catalogue.cxx (1)
    M src/highlighting.c (2)
    M src/highlightingmappings.h (33)

-- Patch Links --

https://github.com/geany/geany/pull/2986.patch
https://github.com/geany/geany/pull/2986.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2986
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211105/42fc1aeb/attachment.htm>


More information about the Github-comments mailing list