prism.css


Log

Author Commit Date CI Message
Mathias Bynens ec2b826f 2012-07-31T10:33:34 prism.css: Remove `-webkit-tab-size` WebKit implemented the unprefixed `tab-size` right away; `-webkit-tab-size` has never been implemented.
Lea Verou e95a85c0 2012-07-31T16:17:53 Merged the comment and line-comment tokens
Lea Verou 3ee51167 2012-07-30T16:58:42 Avoid setting background on pre > code
Lea Verou a224139a 2012-07-29T00:58:06 Fixed syntax highlighting of CSS strings in HTML
Lea Verou a0263da6 2012-07-28T20:52:17 Added “Funky” theme, added theme chooser, modified downloads script
Lea Verou 9f82e1c9 2012-07-26T19:13:47 Added more examples, added highlighting for entities, URLs and CSS strings
Lea Verou 9ea52e2a 2012-07-26T18:41:49 Removed IE8 support
Lea Verou cfaf681d 2012-07-26T18:17:55 Removed the need for .prism
Lea Verou bd4e8d15 2012-07-23T18:54:30 ALL THE THINGS! Most notably: Simple templating, API changes, show invisibles plugin, download (build) page
Lea Verou 2c473547 2012-07-15T16:35:06 Fixed regexes further, documented lookbehind feature
Lea Verou bc915d9f 2012-07-14T17:35:00 Stylistic changes
Lea Verou 2d530f0a 2012-07-13T15:18:28 Experimental highlighting of tab characters in JS code.
kizu 4b1d30ce 2012-07-13T03:38:54 Making sure the code is not wrapped and have no hyphenation. White-space could be overriden for inline code blocks in future.
Lea Verou a97d26b2 2012-07-13T02:31:49 Added highlighting for CDATA sections
Lea Verou 2d57ff2a 2012-07-12T19:07:05 Added highlighting for doctypes & XML prolog, removed the iframed examples and replaced them with XHR
Lea Verou b040ead3 2012-07-12T17:26:23 Better highlighting for namespaces
Lea Verou 6e9c4e1b 2012-07-12T17:12:58 Fixed horrible bug, added highlighting for XML namespaces
Lea Verou cdee2b54 2012-07-11T22:01:44 IE8 support
Lea Verou b00f1cad 2012-07-11T14:24:26 Style changes in highlighting
Lea Verou f976bd92 2012-07-11T01:55:52 Style changes
Lea Verou 4552f5c7 2012-07-10T22:48:14 First commit