summaryrefslogtreecommitdiff
path: root/pygments/lexers/make.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
* Implement CMake bracket comment syntax (#2354)Richard van Velzen2023-02-241-0/+1
* Improve whitespace handling in Make/BashLexer.Matthäus G. Chajdas2022-12-041-4/+7
* Improve whitespace handling in CMake/RegexLexer.Matthäus G. Chajdas2022-12-041-3/+3
* Add GAP console session mode (#2211)Max Horn2022-08-191-1/+1
* Rework URL information in lexers.Matthäus G. Chajdas2022-03-201-1/+2
* Happy new year.Georg Brandl2022-01-251-1/+1
* Modernize Whitespace token - regarding #1905 (#1911)Sebastian Engel2021-10-091-4/+4
* Un in unexport keyword of Makefile correctly lexed (#1898)Sebastian Engel2021-10-071-2/+2
* 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: weed out more backtracking string regexesGeorg Brandl2020-12-251-2/+2
* all: use yield from (#1537)Georg Brandl2020-09-061-2/+1
* Fix cmake header (#1491)Thomas Aglassinger2020-08-231-1/+6
* 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
* lexers/make: allow more GNU make constructsRobin Jarry2018-06-191-2/+2
* Copyright update.Georg Brandl2017-01-221-1/+1
* Add support for partials and path segments for Handlebars.Christian Hammond2016-11-041-0/+202