orbitalquark / scintillua

Scintillua enables Scintilla lexers to be written in Lua, particularly using LPeg. It can also be used as a standalone Lua library for syntax highlighting support.
https://orbitalquark.github.io/scintillua
MIT License
52 stars 22 forks source link

Add Asciidoc lexer #104

Open georgeraraujo opened 1 year ago

georgeraraujo commented 1 year ago

Here are references from other projects based on Scintilla:

http://hg.code.sf.net/p/scintilla/scite/file/tip/src/asciidoc.properties

https://github.com/notepad-plus-plus/userDefinedLanguages/blob/master/UDLs/AsciiDocWebPage_byEduardoSantana.xml

orbitalquark commented 1 year ago

Thanks for the suggestion :)