@ -49,7 +49,7 @@ Patching is hard. I still cannot rhyme.
```
Let's use the `words` lexer, which marks everything whitespace-ish as
whitespace, and groups of non-whitespace:
whitespace, and picks up groups of non-whitespace "content" characters:
:[^ \t\n]*
_:[ \t\n]*