This adds support for a new attribute `_example` which, if present, will load the file under `tests/examplefiles` pointed to by `_example` and show it as part of the lexer documentation. This allows us to have unit-tested files show up as small code snippets in the documentation, without having to worry that the documentation output contains possibly incorrectly highlighted code.
5 lines
28 B
Text
5 lines
28 B
Text
|
|
? let a = 1;
|
|
=> 1
|
|
? a
|
|
=> 1
|