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

conversion of rest lexer to the modern style. #71

Closed mcepl closed 2 years ago

mcepl commented 2 years ago

Complete don’t understand how to do M._fold function.

mcepl commented 2 years ago

@orbitalquark I think this should be ready for merge.

orbitalquark commented 2 years ago

Thanks, I'll take a look when I have some time.

orbitalquark commented 2 years ago

Once again, thanks for helping out with this. I've committed these changes in https://github.com/orbitalquark/scintillua/commit/064945527e6871fd0cbec5a9ee4b71f22ea7d635 with changes in formatting and the following:

mcepl commented 2 years ago

Thank you for clean up!