SyntaxHighlighter.LuaSyntaxHighlight Method

T3000 CrossPlatform

SyntaxHighlighterLuaSyntaxHighlight Method

[This is preliminary documentation and is subject to change.]

Highlights Lua code

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual void LuaSyntaxHighlight(
	Range range
)
Public Overridable Sub LuaSyntaxHighlight ( 
	range As Range
)

Dim instance As SyntaxHighlighter
Dim range As Range

instance.LuaSyntaxHighlight(range)

Parameters

range
Type: FastColoredTextBoxNSRange

[Missing <param name="range"/> documentation for "M:FastColoredTextBoxNS.SyntaxHighlighter.LuaSyntaxHighlight(FastColoredTextBoxNS.Range)"]

See Also