summaryrefslogtreecommitdiff
path: root/pygments/lexers/whiley.py
Commit message (Expand)AuthorAgeFilesLines
* 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: remove "u" string prefix (#1536)Georg Brandl2020-09-081-4/+4
* 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