summaryrefslogtreecommitdiff
path: root/pygments/lexers/templates.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | * remove too broad recognition for Lasso lexer * recognize XML declaration (<?xml ...?>) as XML * make HTML doctype recognition more general (HTML5 only requires <!DOCTYPE html>) * fix PHP not to recognize XML declarations
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-061-16/+16
|
* Curly brace escaping, round 1.Tim Hatch2014-10-151-4/+4
| | | | | These locations were all found by regexlint and done semi-manually, leaving braces within [] alone (they aren't special in the 'regex' module).
* all lexers: fix unescaped { and } so that the "regex" module can compile our ↵Georg Brandl2014-10-151-3/+3
| | | | regexes
* 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 ↵Georg Brandl2014-10-081-1/+82
|\ | | | | | | | | | | javiereguiluz/pygments-main/javiereguiluz/first-attempt-of-creating-a-twig-lexer-1412003054413 (pull request #404) First attempt of creating a Twig lexer
| * 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
|/ | | | Fixes #1039
* 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
| | | | Resolves #977
* 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
|\ | | | | | | Fix some lines to be within 90 characters
| * 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
| |
* | Fix some lines to be within 90 charactersGaurav Jain2014-05-121-3/+5
|/ | | | Some regular expressions has been simplified to use \w in order to reduce line length
* Many minor style fixes (trailing whitespace, tabs, etc.)Georg Brandl2014-04-151-5/+5
|
* Merged in tboyt/pygments-main (pull request #186)Tim Hatch2014-04-141-1/+63
|\ | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py pygments/lexers/templates.py
| * Added Handlebars lexerThomas Boyt2013-04-091-1/+63
| |
* | Remove duplicate mimetype.Georg Brandl2014-03-041-1/+1
| |
* | Check for ColdFusion scopes.Tyson2014-02-111-0/+1
| |
* | Additional keyword constants.Brad Wood2014-02-111-1/+1
| |
* | Added some keywords and operators.Brad Wood2014-02-111-2/+5
| |
* | Fixed multiline comments in cfscript.Tyson2014-02-101-2/+3
| |
* | Added separate lexer to handle CFC. It can handle both tag and script based ↵Tyson2014-02-071-4/+19
| | | | | | | | CFCs.
* | use versionadded directivesGeorg Brandl2014-01-191-23/+23
| |
* | new year in copyright noticeGeorg Brandl2014-01-101-1/+1
| |
* | Closes #912: add brackets for lists in velocityGeorg Brandl2014-01-091-1/+3
| |
* | merge with mgorny/pygments-vim-modelines-r1 (pull request #118)Georg Brandl2013-05-191-2/+2
|\ \ | |/ |/|
| * Add vim-specific aliases for lexers.Micha? G?rny2012-10-191-2/+2
| |
* | better analyse_text methods to address issue #845EricFromCanada2013-02-101-6/+6
| |
* | Fix a couple "make check" issues, mostly long lines.Georg Brandl2013-01-091-3/+6
| |
* | Merged in EricFromCanada/pygments-main (pull request #113: more fixes for ↵Georg Brandl2013-01-091-2/+0
|\ \ | | | | | | | | | the Lasso lexer)