Understand the purpose of DLL's of provided in the release #42
Replies: 1 comment
-
As mentioned in the README: "Scintillua adds dynamic Lua LPeg lexers to Scintilla. It is the quickest way to add new or customized syntax highlighting and code folding for programming languages to any Scintilla-based text editor or IDE. Scintillua was designed to be dropped into or compiled with any Scintilla environment."
Those DLLs are external lexers for use in a Scintilla-based editor on Windows. They are lexers only, completely separate from Scintilla, and do not provide any sort of Lua interface to Scintilla.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dr-dba
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is a pair of DLL's in the provided Scintillua release:
LexLPeg.dll
LexLPeg32.dll
Is it precompiled Scintillua helpers (scintilla engine?),
either these are Scintillua itself compiled for Windows?
Beta Was this translation helpful? Give feedback.
All reactions