summaryrefslogtreecommitdiff
path: root/pygments/lexers/templates.py
Commit message (Expand)AuthorAgeFilesLines
* Django lexer: add support for % and != operators.Felix Fontein2019-01-121-1/+1
* Fix invalid escapes due to missing raw string prefix.Georg Brandl2018-11-281-22/+22
* all: run regexlint, add a few more changelog entriesGeorg Brandl2017-01-221-2/+2
* Copyright update.Georg Brandl2017-01-221-1/+1
* minor style fixupGeorg Brandl2017-01-221-13/+17
* Add support for partials and path segments for Handlebars.Christian Hammond2016-11-041-3/+30
* Merged in fleischwolf/pygments-main (pull request #534)Tim Hatch2016-05-311-1/+77
|\
| * Link added and versionadded correctedfleischwolf2016-01-061-2/+2
| * Added valueless attributes (e.g: *ngSwitchDefault)fleischwolf2016-01-031-3/+11
| * Normalized tabulator-whitespacesfleischwolf2016-01-031-13/+13
| * Added rules for Function-calls in ngExpression and variable-definitions in ht...fleischwolf2016-01-031-5/+5
| * templates.py edited online with Bitbucketfleischwolf2016-01-021-2/+3
| * Lexer for Angular 2 template engine addedfleischwolf2016-01-021-1/+68
* | Closes #1167: support dots in Genshi tag names.Georg Brandl2016-02-021-1/+1
* | Closes #1197: allow maps as function arguments in Velocity.Georg Brandl2016-02-021-1/+3
* | Closes #1191: fix overzealous analyse_text for LassoJS lexer.Georg Brandl2016-01-161-2/+0
|/
* Merged in roskakori/pygments-mainframe (pull request #208)Tim Hatch2015-10-111-109/+541
|\
| * jinja: allow functions starting with underscoresGeorg Brandl2015-07-251-1/+1
| * Copyright year update.Georg Brandl2015-01-211-1/+1
| * spelling/grammar/syntax fixes for docsEricFromCanada2014-11-141-4/+4
| * Closes #1055: fixup guessing routines for HTML/XML related markupGeorg Brandl2014-11-081-4/+2
| * Simplify charclasses in a few more modulesGeorg Brandl2014-11-061-16/+16
| * Curly brace escaping, round 1.Tim Hatch2014-10-151-4/+4
| * all lexers: fix unescaped { and } so that the "regex" module can compile our ...Georg Brandl2014-10-151-3/+3
| * Twig: some corrections, test suite passesGeorg Brandl2014-10-151-1/+2
| * Twig: address comments by Christophe CoevoetGeorg Brandl2014-10-151-11/+23
| * Include 'unlexer' as a common misspelling.Tim Hatch2014-10-101-12/+12
| * Twig: add test example file, add changelog entry and regenerate mapping.Georg Brandl2014-10-081-20/+27
| * Merged in javiereguiluz/pygments-main/javiereguiluz/first-attempt-of-creating...Georg Brandl2014-10-081-1/+82
| |\
| | * First attempt of creating a Twig lexerJavier Eguiluz2014-09-291-1/+82
| * | Closes #1034: allow "-" in names for handlebars lexerGeorg Brandl2014-10-071-3/+3
| * | SmartyLexer: Support nested curly braces.Tim Hatch2014-10-061-2/+3
| |/
| * add missing versionadded markers, and all new lexers to changelog.Georg Brandl2014-09-201-0/+6
| * fix templatesGeorg Brandl2014-09-191-23/+31
| * split up web lexersGeorg Brandl2014-09-191-2/+3
| * split up text lexersGeorg Brandl2014-09-191-10/+9
| * Add link for LiquidTim Hatch2014-06-071-1/+2
| * Cleanups by regexlint for #977Tim Hatch2014-06-071-7/+8
| * Line length cleanups for #977Tim Hatch2014-06-071-20/+58
| * Import liquid lexer from #977Tim Hatch2014-06-071-3/+170
| * Add YAML+Jinja (Saltstack state) lexerMark Lee2014-05-201-1/+21
| * Fix nested comments in ColdFusionDavid Corbett2014-05-191-4/+3
| * Apply default state transition in various lexers to avoid extra token generationGaurav Jain2014-05-181-2/+2
| * Overlap due to case insensitive modeGaurav Jain2014-05-151-2/+2
| * Superfluous character class when only one charGaurav Jain2014-05-151-1/+1
| * Merged in jaingaurav2/pygments-main (pull request #351)Tim Hatch2014-05-151-1/+7
| |\
| | * Match larger strings for comment tokensGaurav Jain2014-05-101-3/+4
| | * ColdFusion: Add Support for nested commentsGaurav Jain2014-04-261-1/+6
| * | Replace all occurences of a-zA-Z0-9_ with \wGaurav Jain2014-05-141-10/+10
| * | Replace all occurences of [a-zA-Z0-9_] with \wGaurav Jain2014-05-141-14/+14