summaryrefslogtreecommitdiff
path: root/pygments/lexers/chapel.py
Commit message (Expand)AuthorAgeFilesLines
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Add new keywordsmppf52018-09-101-4/+4
* Keywords grouped by starting lettermppf52018-09-101-10/+16
* Updating Chapel highlightermppf52017-09-251-5/+9
* Merged in ben_albrecht/pygments-main/chapel-update (pull request #664)Georg Brandl2017-01-221-1/+1
|\
| * Copyright update.Georg Brandl2017-01-221-1/+1
* | Drop check for ' ' or '(' after a procnameben_albrecht2016-09-161-2/+2
* | Include $ characters and check for parens|space afterwardsben_albrecht2016-09-161-2/+3
* | Undo proc identifier regexpben_albrecht2016-09-151-1/+1
* | Better regex for procedures (no false positives)ben_albrecht2016-09-151-2/+2
* | Update Chapel lexer to accept proc names starting with non a-z charsben_albrecht2016-09-151-1/+1
|/
* Add renaming keyword 'as' to Chapel lexer.Lydia Duncan2016-02-231-9/+9
* Add 'except' and 'only' keywords to Chapel lexer and example program.Lydia Duncan2016-02-011-6/+7
* Fix the Chapel lexer's parsing of string literalsKyle Brady2016-01-111-1/+2
* Add the 'require' keyword to the Chapel lexerKyle Brady2015-09-081-4/+4
* Add private and public keywords to Chapel lexer and example program.Lydia Duncan2015-07-161-3/+4
* Copyright year update.Georg Brandl2015-01-211-1/+1
* Simplify charclasses in the remaining modulesGeorg Brandl2014-11-061-1/+1
* Remove the misc subpackage.Georg Brandl2014-09-201-0/+98