components/prism-core.js


Log

Author Commit Date CI Message
George Kats 2c1d8363 2013-06-24T23:58:39 Fix highlight plugin for worker.
Lea Verou 1d899d7d 2013-06-14T11:46:34 Fixed parsing for entities and <> chars
Rob Brackett 2b204348 2013-06-01T22:01:58 Merge branch 'gh-pages' into bug-109-zero-length-lookbehind. Manually adjusted whitespace collision in prism.js. Conflicts: prism.js
Rob Brackett 8f746360 2013-05-23T11:53:04 Use separate vars to track whether lookbehind is being used and the length of the lookbehind. Fixes #109.
Siavash Askari Nasr 29b28801 2013-05-21T16:01:30 Added 'before-insert' hook. After when code is highlighted and before being inserted to document.
Miles Johnson e962299c 2013-05-18T17:29:21 Updated PHP patterns Fixed PHP + Markup
Lea Verou 801aab58 2013-05-11T04:37:44 Added parent access to wrap hook
Lea Verou c3a69913 2013-05-09T21:01:17 Added language id to wrap hook
Lea Verou 358fbbd6 2013-01-27T03:50:38 Replaced iteration with Array#map
Lea Verou 1b40db97 2012-11-10T00:23:33 Made Java & JavaScript inherit from a generic C-style language definition; Added methods for language definition inheritance; Added simple dependency management in downloader
Lea Verou 54fdc1f4 2012-09-13T20:06:11 Removed pointless trim()
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