summaryrefslogtreecommitdiff
path: root/pygments/lexers/make.py
Commit message (Collapse)AuthorAgeFilesLines
* Added the ability to recognize $ENV variables in the Cmake Lexer.Thaddeus Taylor2015-08-191-0/+1
| | | | | From http://www.cmake.org/cmake/help/v3.0/manual/cmake-language.7.html#variable-references: An environment variable reference has the form $ENV{VAR} and is evaluated in the same contexts as a normal variable reference.
* Copyright year update.Georg Brandl2015-01-211-1/+1
|
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-061-1/+1
|
* Curly brace escaping, round 1.Tim Hatch2014-10-151-1/+1
| | | | | These locations were all found by regexlint and done semi-manually, leaving braces within [] alone (they aren't special in the 'regex' module).
* MakefileLexer: Add GNU Automake directives.Tim Hatch2014-10-081-1/+3
| | | | Fixes #995
* MakeLexer: Add GNU Make vpath directive.Tim Hatch2014-10-071-1/+1
| | | | Fixes #949
* Remove the misc subpackage.Georg Brandl2014-09-201-0/+199