|
|
|
|
|
by samatman
1354 days ago
|
|
Personally, I'd like to see Lpeg integration, and support for Scintillua lexers: https://github.com/orbitalquark/scintillua Which would give fairly complete syntax coverage, and a good foundation for building more sophisticated tools. Lua patterns are fairly primitive, while the opposite is true of Lpeg. |
|
It is totally possible to integrate an lpeg and scintilla plugin which could drop in replace the existing syntax support.
We already have a community member doing this, but with TreeSitter, though I'm not sure where that effort is at, at the moment.