summaryrefslogtreecommitdiff
path: root/pygments/lexers/arrow.py
Commit message (Collapse)AuthorAgeFilesLines
* all: revert changes of [a-zA-Z0-9_] to \wGeorg Brandl2020-09-071-1/+1
| | | | ... which is not equivalent in Unicode mode
* all: fixup some file headersGeorg Brandl2020-09-061-2/+2
|
* all: fixup remaining regexlint warningsGeorg Brandl2020-09-061-8/+10
|
* Fix Arrow lexer module docstring (#1499)Ken2020-07-301-1/+1
| | | oops...
* Add Arrow lexer (#1481)Ken2020-06-211-0/+115
* Add Arrow lexer * Pass tests: raw string for regex * Make requested changes