| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | HTML lexer now marks angle brackets and slashes as punctuation, and ↵ | Miikka Salminen | 2015-03-07 | 1 | -8/+20 |
| | | | | | attributes' equal signs as operators. | ||||
| * | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | | |||||
| * | Closes #1055: fixup guessing routines for HTML/XML related markup | Georg Brandl | 2014-11-08 | 1 | -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 modules | Georg Brandl | 2014-11-06 | 1 | -4/+4 |
| | | |||||
| * | HTML: allow spaces after "attr=". | Georg Brandl | 2014-10-07 | 1 | -1/+1 |
| | | |||||
| * | split up web lexers | Georg Brandl | 2014-09-19 | 1 | -0/+589 |
