docs/prism-core.js.html


Log

Author Commit Date CI Message
Michael Schmidt b631949a 2021-11-03T12:19:36 Core: Added `setLanguage` util function (#3167)
Michael Schmidt a80a68ba 2021-10-02T01:29:28 Core: Fixed type error on null (#3057)
Jake Archibald 213cf7be 2021-09-23T16:33:24 Core: Document `disableWorkerMessageHandler` (#3088) Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
Michael Schmidt 4e9338ac 2021-08-27T18:41:39 ESLint: Added `regexp/no-super-linear-backtracking` rule (#3040)
Michael Schmidt 74edb4e5 2021-05-14T12:40:12 ESLint: Added indent rule (#2881)
Michael Schmidt fd20dbe4 2021-05-01T14:53:38 ESLint: Added spacing rules (#2862)
Michael Schmidt cf7b0fd5 2021-05-01T14:40:00 ESLint: Added JSDoc plugin (#2869)
Michael Schmidt fbceba1f 2021-05-01T14:34:07 ESLint: Re-enable no-cond-assign rule (#2870)
Michael Schmidt 67a86cf6 2021-04-18T16:13:48 ESLint: Added brace-style rule (#2865)
Michael Schmidt 158011e4 2021-04-18T15:55:05 ESLint: Added wrap-iife rule (#2867)
Michael Schmidt 772d42be 2021-03-26T13:16:16 Added ESLint with minimal config (#2831)
Michael Schmidt dbf70515 2021-03-21T16:58:13 Core: Add `tabindex` to code blocks to enable keyboard navigation (#2799)
Michael Schmidt 970674cf 2021-03-05T23:23:17 Added support for plaintext (#2738)
Michael Schmidt b37987d3 2021-01-24T15:42:50 Core: Fixed greedy rematching reach bug (#2705)
Michael Schmidt 24574406 2020-11-26T00:32:48 Core: Moved pattern matching + lookbehind logic into function (#2633)
Michael Schmidt 8fa8dd24 2020-11-25T22:59:40 Core: Fixed bug with greedy matching (#2632)
Michael Schmidt 206dc80f 2020-08-27T19:16:21 Docs: Minor improvement (#2513)
Michael Schmidt 40285203 2020-07-13T13:24:32 Core: Fixed greedy matching bug (#2032)
Michael Schmidt 4ff555be 2020-06-28T01:34:29 Added JSDoc (#1782)