summaryrefslogtreecommitdiff
path: root/pygments/lexers/chapel.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
* add support for lexing attributes in Chapel (#2376)arezaii2023-03-291-0/+4
* Rework URL information in lexers.Matthäus G. Chajdas2022-03-201-1/+2
* Happy new year.Georg Brandl2022-01-251-1/+1
* Whitespace token modernization - [bc] lexers - regarding #1905 (#1923)Sebastian Engel2021-10-231-7/+7
* Update the Chapel lexer (#1743)Engin Kayraklioglu2021-03-141-29/+53
* 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
* fix a lot more backtracking string regexesGeorg Brandl2020-12-251-2/+2
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
* Update lexer for the Chapel programming language (#1423)Lydia Duncan2020-04-081-2/+2
* Adding keywords for Chapel according to release 1.20.0 and spec version 0.988Rahul Ghangas2020-01-131-7/+7
* 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
| * Add support for partials and path segments for Handlebars.Christian Hammond2016-11-041-0/+101
* 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
* merge default into stableGeorg Brandl2016-01-171-0/+100