summaryrefslogtreecommitdiff
path: root/pygments/lexers/javascript.py
Commit message (Expand)AuthorAgeFilesLines
* Minimal fixup changes for the release, add release date.2.3.0Georg Brandl2018-11-251-2/+4
* Merged in chipx86/pygments-main/typescript-vs-typoscript (pull request #693)Georg Brandl2017-01-221-1/+7
|\
| * Remove the fallback values from the new analyse_text changes.Christian Hammond2017-01-221-5/+1
| * Implement guessing and resolution between TypeScript and TypoScript.Christian Hammond2017-01-221-1/+11
* | Merged in EricFromCanada/pygments-main (pull request #619)Georg Brandl2017-01-221-13/+31
|\ \
| * \ Merged in chipx86/pygments-main/typescript-string-literals (pull request #692)Georg Brandl2017-01-221-1/+18
| |\ \
| | * | Add support for string literals to TypeScriptLexer.Christian Hammond2017-01-201-1/+18
| | |/
| * | Merged in devoncarew1/pygments-main/devoncarew1/javascriptpy-edited-online-wi...Georg Brandl2017-01-221-3/+4
| |\ \
| | * | javascript.py edited online with Bitbucketdevoncarew12016-08-281-3/+4
| * | | Copyright update.Georg Brandl2017-01-221-1/+1
| | |/ | |/|
| * | Fix for floats with leading/trailing ., reclassify es2015 arrow notation as p...Ash Searle2016-09-011-8/+8
| |/
* | simplify Lasso's root state with lookaheadEricFromCanada2016-12-031-8/+3
* | Lasso: update keywords for 9.3.2, require \b after parameter localEricFromCanada2016-07-131-16/+16
|/
* Rework CoffeeScript use of slashstartsregex.Tim Hatch2016-05-311-8/+14
* add missing view procMichael Demmer2016-03-021-1/+1
* add missing reduce procMichael Demmer2016-03-021-1/+1
* add a lexer for the juttle languageMichael Demmer2016-03-021-1/+61
* Fix most complaints from regexlint.Georg Brandl2016-02-141-40/+40
* Update mapfiles.Georg Brandl2016-01-161-1/+1
* Added more aliases for TypeScriptSamuel Marks2016-01-091-1/+1
* Added Decorators to TypeScript lexerWolfgang Mayr2015-10-261-0/+2
* More style and markup fixes.Georg Brandl2015-10-171-10/+14
* Merged in EricFromCanada/pygments-main (pull request #417)Tim Hatch2015-10-161-13/+244
|\
| * Fix out of order alternation in Earl GreyTim Hatch2015-10-141-2/+2
| * Merged in MadcapJake/pygments-main (pull request #499)Tim Hatch2015-10-141-10/+29
| |\
| | * Cleanups in preparation for 2.1 release.Tim Hatch2015-10-141-2/+2
| | * Fixes #1100. Add support for ECMAScript6 syntax, with example file.Tim Hatch2015-10-131-8/+26
| | * Add basic support for template strings to the Javascript lexer.Marcus R. Brown2015-09-211-0/+1
| * | Fix decrement op, op-assignment, and range opMadcapJake2015-09-271-3/+5
| * | Fix dot-strings, add backticks, add dbsMadcapJake2015-09-251-32/+57
| * | Fix fields and methodsMadcapJake2015-09-241-14/+15
| * | Add earl-grey lexerMadcapJake2015-09-241-2/+186
| |/
| * Detect .jsm files as JavaScriptGregory Szorc2015-04-241-1/+1
| * Added a new token type Comment.Hashbang with its documentation, and a support...Miikka Salminen2015-03-071-1/+1
| * Copyright year update.Georg Brandl2015-01-211-1/+1
| * spelling/grammar/syntax fixes for docsEricFromCanada2014-11-141-1/+1
* | account for when self and givenblock appear as member methodsEricFromCanada2014-11-241-1/+2
* | add currentcapture & givenblock to list of special Lasso builtinsEricFromCanada2014-11-241-1/+1
* | improved list of built-in Lasso typesEricFromCanada2014-11-141-1/+2
* | allow space in data member accessorEricFromCanada2014-11-141-1/+1
* | [noprocess] should still work after [no_square_brackets]EricFromCanada2014-11-141-2/+4
* | -infinity is valid, -nan is notEricFromCanada2014-11-141-2/+2
* | allow space after dot operatorsEricFromCanada2014-11-141-1/+1
* | don't allow line breaks in hashbang or escapesEricFromCanada2014-11-141-2/+2
* | 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