Skip to main content

external

Attribute Macro external 

Source
#[external]
Expand description

Marks a rule as an external scanner token. External scanners are implemented in separate code and handle context-sensitive tokens like indentation or heredocs.

§Example

#[adze::external]
struct IndentToken;