summaryrefslogtreecommitdiff
path: root/pygments/lexers/whiley.py
Commit message (Collapse)AuthorAgeFilesLines
* all: remove "u" string prefix (#1536)Georg Brandl2020-09-081-4/+4
| | | | | | | | | | | * all: remove "u" string prefix * util: remove unirange Since Python 3.3, all builds are wide unicode compatible. * unistring: remove support for narrow-unicode builds which stopped being relevant with Python 3.3
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
|
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
|
* Housekeeping.Georg Brandl2017-01-221-8/+7
|
* Fix doc underlines.Tim Hatch2016-05-311-1/+1
|
* Fix operators in WhileyTim Hatch2016-05-311-6/+6
|
* Whiley lexer: make token for keyword "is" consistentSebastian Schweizer2016-03-241-1/+1
|
* fixes for Whiley lexerSebastian Schweizer2016-03-211-3/+10
|
* Add a lexer for the Whiley programming languageSebastian Schweizer2016-03-201-0/+110