summaryrefslogtreecommitdiff
path: root/pygments/lexers/javascript.py
Commit message (Expand)AuthorAgeFilesLines
...
* | spelling/grammar/syntax fixes for docsEricFromCanada2014-11-141-1/+1
|/
* Closes #1055: fixup guessing routines for HTML/XML related markupGeorg Brandl2014-11-081-3/+1
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-061-38/+39
* Fix flags for JS.Georg Brandl2014-11-061-3/+4
* Closes #1052: recognize unicode whitespace in JS lexer.Georg Brandl2014-11-041-1/+1
* Javascript: allow shebangsGeorg Brandl2014-10-171-0/+1
* More fixes thanks to regexlint.Georg Brandl2014-10-161-5/+4
* Fix "matches empty string" complaints from regexlint.Georg Brandl2014-10-161-3/+2
* Curly brace escaping, round 2.Tim Hatch2014-10-151-1/+1
* Merge with -mainTim Hatch2014-10-151-6/+5
|\
| * Use unistring.combine for slight speedup.Tim Hatch2014-10-151-5/+5
* | all lexers: fix unescaped { and } so that the "regex" module can compile our ...Georg Brandl2014-10-151-10/+12
|/
* JavascriptLexer: Support unicode identifiers per standard.Tim Hatch2014-10-071-1/+8
* move module names from _XXXbuiltins to _XXX_builtins to be consistentGeorg Brandl2014-10-041-1/+1
* split up web lexersGeorg Brandl2014-09-191-0/+1192