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

Add whitespace detection to the text lexer #20

Closed moesasji closed 3 years ago

moesasji commented 3 years ago

Vis has a commit 807ba6f6850bf7dbf86fd65299248f2d9cba7f75 to match whitespaces as explained here

Although I'm not a 100% sure why you would want to do this it is probably worth adding, which is what this pull request does.

orbitalquark commented 3 years ago

Fixed via https://github.com/orbitalquark/scintillua/commit/2aae3e3f532b059c08f30a8e5f5a7d21d132e345