Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | spelling/grammar/syntax fixes for docs | EricFromCanada | 2014-11-14 | 1 | -4/+4 |
| | |||||
* | Closes #1055: fixup guessing routines for HTML/XML related markup | Georg Brandl | 2014-11-08 | 1 | -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 modules | Georg Brandl | 2014-11-06 | 1 | -16/+16 |
| | |||||
* | Curly brace escaping, round 1. | Tim Hatch | 2014-10-15 | 1 | -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 Brandl | 2014-10-15 | 1 | -3/+3 |
| | | | | regexes | ||||
* | Twig: some corrections, test suite passes | Georg Brandl | 2014-10-15 | 1 | -1/+2 |
| | |||||
* | Twig: address comments by Christophe Coevoet | Georg Brandl | 2014-10-15 | 1 | -11/+23 |
| | |||||
* | Include 'unlexer' as a common misspelling. | Tim Hatch | 2014-10-10 | 1 | -12/+12 |
| | |||||
* | Twig: add test example file, add changelog entry and regenerate mapping. | Georg Brandl | 2014-10-08 | 1 | -20/+27 |
| | |||||
* | Merged in ↵ | Georg Brandl | 2014-10-08 | 1 | -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 lexer | Javier Eguiluz | 2014-09-29 | 1 | -1/+82 |
| | | |||||
* | | Closes #1034: allow "-" in names for handlebars lexer | Georg Brandl | 2014-10-07 | 1 | -3/+3 |
| | | |||||
* | | SmartyLexer: Support nested curly braces. | Tim Hatch | 2014-10-06 | 1 | -2/+3 |
|/ | | | | Fixes #1039 | ||||
* | add missing versionadded markers, and all new lexers to changelog. | Georg Brandl | 2014-09-20 | 1 | -0/+6 |
| | |||||
* | fix templates | Georg Brandl | 2014-09-19 | 1 | -23/+31 |
| | |||||
* | split up web lexers | Georg Brandl | 2014-09-19 | 1 | -2/+3 |
| | |||||
* | split up text lexers | Georg Brandl | 2014-09-19 | 1 | -10/+9 |
| | |||||
* | Add link for Liquid | Tim Hatch | 2014-06-07 | 1 | -1/+2 |
| | |||||
* | Cleanups by regexlint for #977 | Tim Hatch | 2014-06-07 | 1 | -7/+8 |
| | |||||
* | Line length cleanups for #977 | Tim Hatch | 2014-06-07 | 1 | -20/+58 |
| | |||||
* | Import liquid lexer from #977 | Tim Hatch | 2014-06-07 | 1 | -3/+170 |
| | | | | Resolves #977 | ||||
* | Add YAML+Jinja (Saltstack state) lexer | Mark Lee | 2014-05-20 | 1 | -1/+21 |
| | |||||
* | Fix nested comments in ColdFusion | David Corbett | 2014-05-19 | 1 | -4/+3 |
| | |||||
* | Apply default state transition in various lexers to avoid extra token generation | Gaurav Jain | 2014-05-18 | 1 | -2/+2 |
| | |||||
* | Overlap due to case insensitive mode | Gaurav Jain | 2014-05-15 | 1 | -2/+2 |
| | |||||
* | Superfluous character class when only one char | Gaurav Jain | 2014-05-15 | 1 | -1/+1 |
| | |||||
* | Merged in jaingaurav2/pygments-main (pull request #351) | Tim Hatch | 2014-05-15 | 1 | -1/+7 |
|\ | | | | | | | Fix some lines to be within 90 characters | ||||
| * | Match larger strings for comment tokens | Gaurav Jain | 2014-05-10 | 1 | -3/+4 |
| | | |||||
| * | ColdFusion: Add Support for nested comments | Gaurav Jain | 2014-04-26 | 1 | -1/+6 |
| | | |||||
* | | Replace all occurences of a-zA-Z0-9_ with \w | Gaurav Jain | 2014-05-14 | 1 | -10/+10 |
| | | |||||
* | | Replace all occurences of [a-zA-Z0-9_] with \w | Gaurav Jain | 2014-05-14 | 1 | -14/+14 |
| | | |||||
* | | Fix some lines to be within 90 characters | Gaurav Jain | 2014-05-12 | 1 | -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 Brandl | 2014-04-15 | 1 | -5/+5 |
| | |||||
* | Merged in tboyt/pygments-main (pull request #186) | Tim Hatch | 2014-04-14 | 1 | -1/+63 |
|\ | | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py pygments/lexers/templates.py | ||||
| * | Added Handlebars lexer | Thomas Boyt | 2013-04-09 | 1 | -1/+63 |
| | | |||||
* | | Remove duplicate mimetype. | Georg Brandl | 2014-03-04 | 1 | -1/+1 |
| | | |||||
* | | Check for ColdFusion scopes. | Tyson | 2014-02-11 | 1 | -0/+1 |
| | | |||||
* | | Additional keyword constants. | Brad Wood | 2014-02-11 | 1 | -1/+1 |
| | | |||||
* | | Added some keywords and operators. | Brad Wood | 2014-02-11 | 1 | -2/+5 |
| | | |||||
* | | Fixed multiline comments in cfscript. | Tyson | 2014-02-10 | 1 | -2/+3 |
| | | |||||
* | | Added separate lexer to handle CFC. It can handle both tag and script based ↵ | Tyson | 2014-02-07 | 1 | -4/+19 |
| | | | | | | | | CFCs. | ||||
* | | use versionadded directives | Georg Brandl | 2014-01-19 | 1 | -23/+23 |
| | | |||||
* | | new year in copyright notice | Georg Brandl | 2014-01-10 | 1 | -1/+1 |
| | | |||||
* | | Closes #912: add brackets for lists in velocity | Georg Brandl | 2014-01-09 | 1 | -1/+3 |
| | | |||||
* | | merge with mgorny/pygments-vim-modelines-r1 (pull request #118) | Georg Brandl | 2013-05-19 | 1 | -2/+2 |
|\ \ | |/ |/| | |||||
| * | Add vim-specific aliases for lexers. | Micha? G?rny | 2012-10-19 | 1 | -2/+2 |
| | | |||||
* | | better analyse_text methods to address issue #845 | EricFromCanada | 2013-02-10 | 1 | -6/+6 |
| | | |||||
* | | Fix a couple "make check" issues, mostly long lines. | Georg Brandl | 2013-01-09 | 1 | -3/+6 |
| | | |||||
* | | Merged in EricFromCanada/pygments-main (pull request #113: more fixes for ↵ | Georg Brandl | 2013-01-09 | 1 | -2/+0 |
|\ \ | | | | | | | | | | the Lasso lexer) |