summaryrefslogtreecommitdiff
path: root/pygments/lexers/crystal.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
* all: move often-used "line_re" to pygments.lexerGeorg Brandl2022-10-271-3/+1
* all: style fixesGeorg Brandl2022-10-271-4/+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-16/+16
* Clean-up unused imports (#1887)Mickaël Schoentgen2021-08-231-1/+1
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-171-1/+0
* Add __END_LINE__ to Crystal syntax highlighting (#1670)Linda_pp2021-01-091-0/+1
* Update Crystal lexer (#1650)Oleh Prypin2021-01-041-74/+45
* Bump copyright year.Matthäus G. Chajdas2021-01-031-1/+1
* fix a lot more backtracking string regexesGeorg Brandl2020-12-251-1/+1
* Limit recursion with nesting Ruby heredocsGeorg Brandl2020-12-171-2/+5
* all: use yield from (#1537)Georg Brandl2020-09-061-2/+1
* all: fixup remaining regexlint warningsGeorg Brandl2020-09-061-1/+1
* 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
* all: run regexlint, add a few more changelog entriesGeorg Brandl2017-01-221-4/+8
* Housekeeping.Georg Brandl2017-01-221-16/+21
* Finish CrystalLexerOleh Prypin2016-03-231-11/+13
* Implement Crystal lexer (based on RubyLexer)Oleh Prypin2016-03-221-0/+382