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

Added folding and some frequent keywords to rstats #63

Closed hckiang closed 2 years ago

hckiang commented 2 years ago
  1. Added several frequent keywords
  2. Changed integer parsing so that it will recognize literals like "3L"
  3. Added definition for folding
orbitalquark commented 2 years ago

Resolved via https://github.com/orbitalquark/scintillua/commit/7ddad0aa97f3ea8e92d0d8db7e5829b7e80772d5

Thank you!