Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Text::Whitespace token in Console lexer (#894)
The Console lexer uses the `Text` token for the whitespace between the console prompt character and the text that begins the command on a particular line. Using `Text::Whitespace` is more expressive and allows users to do things like define CSS rules that disable selection.
- Loading branch information