more wording
This commit is contained in:
parent
6e8d40612b
commit
441e2b4351
|
@ -49,7 +49,7 @@ Patching is hard. I still cannot rhyme.
|
||||||
```
|
```
|
||||||
|
|
||||||
Let's use the `words` lexer, which marks everything whitespace-ish as
|
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]*
|
||||||
_:[ \t\n]*
|
_:[ \t\n]*
|
||||||
|
|
Loading…
Reference in a new issue