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
53 stars 22 forks source link

lua utf8 library is a lua5.3+ feature #103

Closed rnpnr closed 1 year ago

rnpnr commented 1 year ago

Hi,

In the README you say that only lua5.1 is required for using scintillua as a standalone library but the utf8 library, in use since (possibly) 3f7febe, is lua5.3+ only. Was this an intentional change?

orbitalquark commented 1 year ago

It was an accident. Thanks for catching this. Fixed via https://github.com/orbitalquark/scintillua/commit/50485b521d85432092492ce74d8d5feeddf5ac4a