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
51 stars 20 forks source link

Convert autoit lexer #81

Closed snoopy closed 1 year ago

snoopy commented 1 year ago

Converts the Autoit lexer to the new format.

orbitalquark commented 1 year ago

Committed via https://github.com/orbitalquark/scintillua/commit/ba11af48d396b9fc11cca026d441ce2ed17d51cb. Thanks so much!