components/prism-core.js


Log

Author Commit Date CI Message
Lea Verou ddd1eb89 2012-08-01T12:02:46 Applied #15 to prism-core.js
Lea Verou e1cd33df 2012-08-01T02:47:23 Made the page a bit more IE friendly, added a first version of the IE8 plugin (WIP)
Lea Verou c75bbc24 2012-07-31T19:08:31 Fixed bug with classnames
Lea Verou ec8fb796 2012-07-31T17:47:56 Added helper method Prism.languages.DFS
Lea Verou 54e2eeab 2012-07-29T00:26:50 Added (and documented) Prism.languages.insertBefore
Lea Verou 4da6cfcd 2012-07-27T00:08:10 Removed useless code
Lea Verou 6763cd53 2012-07-26T18:48:34 Fixed bug where block code wasn’t styled properly
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 1b5ab23a 2012-07-23T19:32:27 Added setting to turn automatic highlighting off and to set a default language
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 de85c1ae 2012-07-16T14:49:10 Made the language matching a bit more lax. Now it can be on the <pre> element even when it has <code> children. Also, it can be lang-xxxx instead of language-xxxx.
Lea Verou f2339ea1 2012-07-15T22:36:05 Added line highlight plugin
Lea Verou 2c473547 2012-07-15T16:35:06 Fixed regexes further, documented lookbehind feature
Lea Verou 6f1dc184 2012-07-15T14:04:25 Fixed regex & single line comment conflicts
Lea Verou bdb8fae8 2012-07-13T15:11:03 Added hooks system, moved entity tooltips to the Markup language, as a plugin
Lea Verou 764fe408 2012-07-13T02:42:17 Made Prism.wrap() more extensible (See #8)
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 8ecdd7c4 2012-07-11T14:22:23 Removed switch for automatic highlighting
Lea Verou 27e5464c 2012-07-11T03:14:55 Safeguarded against Object.prototype additions
Lea Verou 4552f5c7 2012-07-10T22:48:14 First commit