summaryrefslogtreecommitdiff
path: root/pygments/lexers/html.py
Commit message (Collapse)AuthorAgeFilesLines
* Copyright update.Georg Brandl2017-01-221-1/+1
|
* Rename Jade->PugTim Hatch2016-06-011-8/+9
| | | | Fixes #1242
* HTML lexer now marks angle brackets and slashes as punctuation, and ↵Miikka Salminen2015-03-071-8/+20
| | | | attributes' equal signs as operators.
* Copyright year update.Georg Brandl2015-01-211-1/+1
|
* Closes #1055: fixup guessing routines for HTML/XML related markupGeorg Brandl2014-11-081-1/+1
| | | | | | | * 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-4/+4
|
* HTML: allow spaces after "attr=".Georg Brandl2014-10-071-1/+1
|
* split up web lexersGeorg Brandl2014-09-191-0/+589