aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-tools-pages/ts/highlight.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Update dependency packagesHsuan Lee2019-01-191-67/+0
|
* use lodash.map insted of array.mapAugust Skare2018-11-201-19/+17
|
* fix linting + code syntax for statless componentsAugust Skare2018-11-161-22/+24
|
* rename pesudo element in code gutterAugust Skare2018-10-301-1/+1
|
* fix code highlighting with ...August Skare2018-10-301-2/+20
|
* add json support to highlightAugust Skare2018-10-251-0/+2
|
* Feature/syntaxhighlighting (#9)August Skare2018-10-251-4/+43
| | | | | | | | | | | | | | | | | | | | * wip code highlighting of lines * Implements gutter component * WIP: Profiler with gutter * cleaned up highlight code * Removes before content for gutter styling * Styles gutter * Add correct Profiler code content * Adds color variable for gutter gray * refactor code component width gutter and diffing
* Content (#7)August Skare2018-10-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | * optional children in List component * added real content to trace page * added real content to cov page * add support for json highlighting * real content on compiler page * real content on profiler page * remove unused import * remove list from compiler page * wrap code components in pages with breakout component * fix font size on text * fix typo
* Feature/build step (#2)August Skare2018-10-191-0/+6
* BundleAnalyzerPlugin * lazy load highlight.js * seperate bundles for each page * prerender apps to html on build * preload important font files * dont prerender code copy button * fix woff2 variant of font * added missing doctype * remove metatags component