plugins/file-highlight/prism-file-highlight.js


Log

Author Commit Date CI Message
Golmote 5f133c80 2015-07-16T21:09:40 Fixed prism-core and prism-file-highlight to prevent errors in IE8. Used local variable _self instead of overwriting self. Closes #468.
Golmote 8030db91 2015-06-25T08:00:14 File Highlight: allow to specify the language (takes precedence over extension guess) + Set language on parent even if unknown. Fix #607
hiulit ac9d6860 2015-03-02T09:27:16 Declaring fileHighlight as a property of Prism
hiulit 73440bb9 2015-02-26T16:56:21 Added fileHighlight function
Daniel Flint 9cfcc2d8 2014-12-31T10:19:19 PowerShell support
Nathan Friedly 51d56f97 2014-10-02T12:39:24 Adding support for .rb extension Fixes #376
Daniel Flint a211c26f 2014-02-22T22:28:12 Fix Issue #200 - map 'xml' extension to 'markup', and 'py' to 'python' (can't explain the OP saying the Python example worked, I can't even see the example, and couldn't replicate).
Lea Verou 1b1f217e 2013-07-01T18:54:23 Removed forgotten console.log()
Lea Verou a276a52e 2013-06-27T12:29:28 Fixed order of plugins and langs in the file builder
Lea Verou bba5bfc2 2013-05-19T03:20:58 Added File Highlight plugin