summaryrefslogtreecommitdiff
path: root/pygments/lexers/chapel.py
Commit message (Collapse)AuthorAgeFilesLines
* Add 'except' and 'only' keywords to Chapel lexer and example program.Lydia Duncan2016-02-011-6/+7
| | | | Also fix example program so that it builds and runs again.
* Fix the Chapel lexer's parsing of string literalsKyle Brady2016-01-111-1/+2
| | | | | | | | | The Chapel lexer was trying to parse both the single and double quoted forms of string literals with a single regex rule. This lead to errors on input like: "I'm a string literal!" The fix was to split the rule out into a ' and " version.
* Add the 'require' keyword to the Chapel lexerKyle Brady2015-09-081-4/+4
| | | | Starting with Chapel 1.12, 'require' is a keyword.
* 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