[Github-comments] [geany/geany] Adds a simple Asciidoc lexer for Scintilla (PR #2985)
Antonio Cebrián
notifications at xxxxx
Fri Nov 5 20:35:04 UTC 2021
Simple Asciidoc lexer for latest Geany v1.38.0 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 this result:
![geany](https://user-images.githubusercontent.com/24474865/140573699-cb4739ed-98ad-4d60-b56f-f65682cb9198.png)
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2985
-- Commit Summary --
* <a href="https://github.com/geany/geany/pull/2985/commits/40bb4090472e227eddaa4085a06c1ec0b87a67f2">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/2985.patch
https://github.com/geany/geany/pull/2985.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/2985
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211105/de0b0027/attachment-0001.htm>
More information about the Github-comments
mailing list