plugins/autolinker/prism-autolinker.min.js


Log

Author Commit Date CI Message
Michael Schmidt 17ed9160 2022-03-13T10:09:21 Autolinker: Fixed URL regex to match more valid URLs (#3358)
Michael Schmidt e8d3b503 2021-06-27T14:56:07 ESLint: Added `regexp/strict` rule (#2944)
Michael Schmidt 96335642 2021-03-21T17:22:54 Plugins: Consistent Prism check (#2788)
Michael Schmidt eb28b62b 2019-04-19T22:10:04 Autolinker: Improved URL regex (#1842) This changes the regex for matching URLs to include the `@` character and improves the pattern to avoid backtracking.
Michael Schmidt 11d0f75e 2019-03-14T13:17:45 Applied Array.isArray (#1804) This replaces all occurrences of `Prism.util.type(variable) {!==, ===} 'Array'` with an equivalent `Array.isArray` expression.
Michael Schmidt 3e00bb9c 2019-03-07T15:22:30 Rebuilt Prism (#1794) This is a rebuilt of Prism to update minified files.
Michael Schmidt 8cf20d49 2019-02-11T20:35:25 Fix Autolinker url-decoding all tokens (#1723) This PR fixes #1721. The problem was that the url-decoding introduced in #1173 was applied to all tokens.
Golmote 109bd6f8 2018-03-04T13:42:41 Autolinker Plugin: Allow more chars in query string and hash to match more URLs. Fix #1142
Golmote 2e43fcf1 2017-09-13T20:47:39 Autolinker: Silently catch any error thrown by decodeURIComponent. Fixes #1186
Golmote 78db01eb 2017-09-09T14:01:07 Run gulp
Golmote 5f1b3826 2016-07-10T13:56:08 Data-URI Highlight plugin
Golmote d7faf2cb 2015-10-26T08:15:40 Run gulp
Golmote a5724950 2015-09-07T19:15:18 Autolinker: Don't process all grammars on load, process each one in before-highlight. Should fix #760
Golmote 0356c58c 2015-09-03T19:09:48 Apply changes from #754 to all plugins so that none of them throw errors in node. Autolinker, Show invisibles and WPD can now be used with node. Removed unused minified CSS file. Also added missing space between attributes during wrapping.
Golmote 6cac548d 2015-01-10T09:33:48 Run gulp
Golmote 86b4d4df 2014-12-20T14:21:28 Run gulp tasks
Lea Verou 4b9e11c6 2014-11-14T19:19:31 CSS highlighting in HTML style attribute
Andreas Rohner 08037e5b 2014-09-05T11:01:02 Fix for DFS bug with new pattern array feature This patch implements support for the new pattern array feature in the Prism.languages.DFS function and fixes a bug in the autolinker plugin. It adds an optional parameter to the callback of Prism.languages.DFS, which contains the type of the current object as oposed to the key in the parent. In most cases both key and type are exactly the same. Only if the parent is an array the key will contain the index number and the type will contain the attribute name of the array in the parent object. The key can be used to replace the object in the parent and the type can be used to provide the necessary context.
Ben Briggs 7cfd29a9 2014-05-26T11:20:55 Rebuild minified files.
Lars Kappert 7bd5da28 2013-07-25T10:48:22 Apply change from previous commit to minified file as well
Siavash Askari Nasr 29ba72da 2012-11-25T18:28:20 Fixed #57 - Autolinker doesn't work when async is enabled
Lea Verou b2284fa3 2012-08-01T12:03:54 Fixed #13
Lea Verou ec8fb796 2012-07-31T17:47:56 Added helper method Prism.languages.DFS
Lea Verou 880efd3c 2012-07-30T18:27:16 Autolinker plugin
Lea Verou 483831ee 2012-07-30T18:27:16 Autolinker plugin