Specifies the options passed to the lexer.
- Namespace
- Statiq
.Scriban - Containing Type
- RenderScriban
Syntax
public RenderScriban WithLexerOptions(LexerOptions lexerOptions)
Parameters
Name | Type | Description |
---|---|---|
lexerOptions | LexerOptions | The lexer options. |
Return Value
Type | Description |
---|---|
RenderScriban | The current module instance. |