Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: revert changes of [a-zA-Z0-9_] to \w | Georg Brandl | 2020-09-07 | 1 | -1/+1 |
| | | | | ... which is not equivalent in Unicode mode | ||||
* | all: fixup some file headers | Georg Brandl | 2020-09-06 | 1 | -2/+2 |
| | |||||
* | all: fixup remaining regexlint warnings | Georg Brandl | 2020-09-06 | 1 | -8/+10 |
| | |||||
* | Fix Arrow lexer module docstring (#1499) | Ken | 2020-07-30 | 1 | -1/+1 |
| | | | oops... | ||||
* | Add Arrow lexer (#1481) | Ken | 2020-06-21 | 1 | -0/+115 |
* Add Arrow lexer * Pass tests: raw string for regex * Make requested changes |