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

Add SmallBASIC lexer #91

Open ghost opened 1 year ago

ghost commented 1 year ago

References:

https://github.com/Joe7M/smallbasic.atom.syntaxcoloring

https://github.com/Joe7M/smallbasic.geany.syntaxcoloring

https://github.com/Joe7M/smallbasic.vscode.syntaxcoloring

orbitalquark commented 1 year ago

The existing Visual Basic lexer looks like it will work.