summaryrefslogtreecommitdiffstats
path: root/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.js
Commit message (Expand)AuthorAgeFilesLines
* Update syntax highlighting classPaladox none2019-03-111-0/+2
* Add xml to gr-syntax-layerPaladox none2019-02-101-0/+1
* Add properties to gr-syntax-layer listPaladox none2019-02-031-0/+1
* Add "verilog" and "SystemVerilog" to mime listPaladox none2019-01-311-0/+2
* Add postgresql/postgres/pgsql to mime listPaladox none2019-01-061-0/+1
* Build all languages for highlight.jsPaladox none2019-01-061-0/+30
* Remove styles for markdown syntaxWyatt Allen2018-06-061-3/+0
* Generalize library loaderWyatt Allen2018-05-211-1/+1
* Add support for jsx lang to be syntax highlightedPaladox none2018-04-051-0/+1
* Add @license tags to PG HTML and JS assetsDave Borowitz2018-03-261-13/+16
* Re organise CLASS_WHITELISTPaladox none2018-03-051-20/+20
* Annotation updatesBecky Siegel2017-08-121-1/+2
* PolyGerrit: Add support for erlang and puppet in highlightPaladox none2017-07-141-0/+2
* PolyGerrit: Add support for php and shell in highlightPaladox none2017-07-131-0/+2
* Update highlight.js to 9.12.0 and enable kotlinLogan Hanks2017-06-211-0/+1
* ES6ify /gr-syntax-layer/*Kasper Nilsson2017-05-171-55/+54
* Handle wchar_t escape sequences in syntax workaroundWyatt Allen2017-04-041-2/+2
* Allow async recursion for syntax on zeroth diff sectionWyatt Allen2017-02-281-1/+1
* Remove color from "params" syntax classWyatt Allen2017-02-161-1/+0
* Include workarounds for character literal syntax bugsWyatt Allen2017-01-101-8/+33
* Workarounds for HLJS parsing issuesWyatt Allen2016-11-281-0/+50
* Fix issues detected by 'JSHint' and 'JSCS'Urs Wolfer2016-10-201-3/+2
* Fix syntax class whitelist testWyatt Allen2016-10-111-7/+8
* Address race condition in HLJS loaderWyatt Allen2016-09-121-42/+7
* Apply syntax highlight to .cc filesViktar Donich2016-08-121-1/+2
* Remove unused syntax elementsWyatt Allen2016-08-111-1/+32
* Merge "Update syntax highlighting support"Dave Borowitz2016-08-081-1/+15
|\
| * Update syntax highlighting supportWyatt Allen2016-08-021-1/+15
* | Improve performance for unsupported languagesWyatt Allen2016-08-051-0/+3
* | Make HLJS loading more CDN friendlyWyatt Allen2016-08-041-7/+17
* | Don’t use relative path for loading hljsAndrew Bonventre2016-08-031-9/+22
|/
* Lazy load HighlightJS libraryWyatt Allen2016-08-021-35/+52
* Respect the diff preference for syntax highlightingWyatt Allen2016-07-271-3/+13
* Refactors annotation layerWyatt Allen2016-07-251-1/+1
* Syntax highlightingWyatt Allen2016-07-251-0/+303