summaryrefslogtreecommitdiff
path: root/pygments/lexers/boa.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
* all: move often-used "line_re" to pygments.lexerGeorg Brandl2022-10-271-4/+0
* all: style fixesGeorg Brandl2022-10-271-2/+2
* Happy new year.Georg Brandl2022-01-251-1/+1
* Whitespace token modernization - [bc] lexers - regarding #1905 (#1923)Sebastian Engel2021-10-231-2/+2
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-171-1/+0
* Bump copyright year.Matthäus G. Chajdas2021-01-031-1/+1
* all: weed out more backtracking string regexesGeorg Brandl2020-12-251-3/+3
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
* Fix CRLF newlines.Georg Brandl2019-05-281-102/+102
* Boa, SGF: minor fixupsGeorg Brandl2019-05-281-18/+28
* Add docstring to the Boa lexer.Matth?us G. Chajdas2019-05-081-1/+13
* Add a lexer for the Boa Domain-Specific Langauge.Andr?s Carrasco2018-04-171-0/+80