summaryrefslogtreecommitdiff
path: root/pygments/lexers/web.py
Commit message (Expand)AuthorAgeFilesLines
* Copyright update.Georg Brandl2017-01-221-1/+1
* Copyright year update.Georg Brandl2015-01-211-1/+1
* split up web lexersGeorg Brandl2014-09-191-4503/+12
* split up text lexersGeorg Brandl2014-09-191-2/+2
* HaxeLexer: macro class reification could have no class name.Andy Li2014-08-171-1/+6
* Add SlimLexerTakashi Kokubun2014-05-251-1/+71
* Add token type Number.BinDavid Corbett2014-05-191-4/+4
* Apply default state transition in various lexers to avoid extra token generationGaurav Jain2014-05-181-75/+75
* Swap MIME types of ActionScript and ActionScript 3David Corbett2014-05-171-4/+4
* Replace a-z0-9_ with \w when IGNORECASE is setGaurav Jain2014-05-151-18/+18
* Overlap due to case insensitive modeGaurav Jain2014-05-151-3/+3
* Overlap in character classGaurav Jain2014-05-151-6/+6
* Superfluous character class when only one charGaurav Jain2014-05-151-1/+1
* Merged in andyli/pygments-main (pull request #354)Tim Hatch2014-05-151-72/+72
|\
| * Merged in jaingaurav2/pygments-main (pull request #351)Tim Hatch2014-05-151-0/+2
| |\
| * | Replace addtional hidden occurences of a-zA-Z0-9_ with \wGaurav Jain2014-05-141-14/+13
| * | Replace all occurences of a-zA-Z0-9_ with \wGaurav Jain2014-05-141-23/+23
| * | Replace all occurences of [a-zA-Z0-9_] with \wGaurav Jain2014-05-141-29/+29
| * | Fix some lines to be within 90 charactersGaurav Jain2014-05-121-6/+7
* | | Haxe: optional semicolon after macro class reification.Andy Li2014-05-151-4/+4
* | | Haxe: fixed top-level class members, number in preproc, macro reification, EC...Andy Li2014-05-131-13/+41
| |/ |/|
* | Copy regex from LiveScript to CoffeeScript to handle mid string interpolationsGaurav Jain2014-05-121-3/+5
* | Allow hash within double quoted and single quoted stringsGaurav Jain2014-05-111-3/+3
|/
* Fixed LiveScript backslash strings to terminate on whitespaceGaurav Jain2014-04-171-1/+1
* Many minor style fixes (trailing whitespace, tabs, etc.)Georg Brandl2014-04-151-5/+5
* Correctly recognize PHP identifiers with Unicode charactersJharrod LaFon2014-04-141-13/+16
* Correctly match valid identifiers in PHP that include unicode charactersJharrod LaFon2014-04-141-86/+448
|\
| * Merged in hell0w0rd/pygments-main (pull request #287)Tim Hatch2014-04-141-1/+64
| |\
| | * Add zephir lexer and testGusakov Nikita2014-02-161-1/+59
| * | Closes #970: fix overly zealous recognition of "as" as an operator.Georg Brandl2014-03-261-1/+1
| * | Mask: attribution, changelog, mapfile, versionadded.Georg Brandl2014-03-041-1/+3
| * | Merged in tenbits/pygments-main (pull request #280)Georg Brandl2014-03-041-0/+1
| |\ \
| | * | Cirru: add comma syntaxjiyinyiyong2014-02-171-0/+1
| | |/
| * | [dist] MaskLexertenbits2014-01-281-1/+114
| |/
| * Next version will be 2.0.Georg Brandl2014-01-191-2/+2
| * use versionadded directivesGeorg Brandl2014-01-191-21/+21
| * New docs + website using Sphinx.Georg Brandl2014-01-181-3/+3
| * Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-181-12/+12
| * cirru: add to changelogGeorg Brandl2014-01-171-1/+4
| * Merged in jiyinyiyong/pygments-main (pull request #275)Georg Brandl2014-01-171-1/+1
| |\
| | * new year in copyright noticeGeorg Brandl2014-01-101-1/+1
| * | Cirru: dim comments; use Text for newline character; add escape in string;jiyinyiyong2014-01-111-5/+8
| * | add syntax for Cirrujiyinyiyong2014-01-101-1/+51
| |/
| * Closes #899: fix too greedy expression in PHP string interpolation highlightingGeorg Brandl2014-01-091-1/+1
| * tests: make sure lexer aliases are registered lowercaseGeorg Brandl2014-01-091-7/+7
| * css: add "$" to possible operators (fixes #932)Georg Brandl2014-01-091-1/+1
| * kal: changelog and attributionGeorg Brandl2014-01-091-0/+2
| * Merged in robzimmerman/pygments-main (pull request #233)Georg Brandl2014-01-091-1/+117
| |\
| | * Add Kal lexerRob Zimmerman2013-09-031-1/+117
| * | Merged in agilbert/pygments-main-1/agilbert/fix-a-typo-wrong-website-13735591...Georg Brandl2014-01-091-43/+48
| |\ \