Log

Author Commit Date CI Message
Michael Schmidt b679cfe6 2021-11-03T13:07:32 Keep Markup: Added `drop-tokens` option class (#3166)
Michael Schmidt 22d0c6ba 2021-11-03T12:22:11 HTTP: Relax pattern for body (#3169)
Michael Schmidt b631949a 2021-11-03T12:19:36 Core: Added `setLanguage` util function (#3167)
Michael Schmidt ebd59e32 2021-11-03T12:13:23 Website: Use Keep markup to highlight code section (#3164)
Antoine van der Lee 18c828a6 2021-11-01T13:50:23 Swift: Added support for `isolated` keyword (#3174)
Wei Ting 79f250f3 2021-10-24T22:50:01 Coy: Set z-index to make shadows visible in colored table cells (#3161)
Wei Ting 1cac3559 2021-10-24T22:49:07 Toolbar: Set `z-index` of `.toolbar` to 10 (#3163)
Jakub T. Jankiewicz 4eb81fa1 2021-10-23T12:30:36 Scheme: Updates syntax for reals (#3159) According to R7RS spec, you can use different mnemonics for the scientific notation that indicated the precision of the number.
Wei Ting 37551200 2021-10-22T01:46:08 Document standard tokens and provide examples (#3104)
Aaron Mendez 31b4c1b8 2021-10-19T19:01:43 Website: Fixed dead link to third-party tutorial #3155 (#3156)
Michael Schmidt 5333e281 2021-10-19T19:34:41 Added regex coverage (#3138)
Michael Schmidt 2e834c8c 2021-10-19T14:59:04 Tests: Added `.html.test` files for replace `.js` language tests (#3148)
Michael Schmidt ae8888a0 2021-10-19T14:55:03 Tests: Added `TestCaseFile` class and generalized `runTestCase` (#3147)
Michael Schmidt ea361e5a 2021-10-19T14:52:13 Website: Repositioned theme selector (#3146)
Michael Schmidt ccc02a55 2021-10-19T14:27:57 ESLint: Added `regexp/prefer-d` rule (#3153)
Michael Schmidt a6a4ce7e 2021-10-19T14:27:30 Coy: Added padding to account for box shadow (#3143)
Michael Schmidt c5629706 2021-10-19T14:23:54 Website: Adjusted TOC's line height for better readability (#3145)
Michael Schmidt faedfe85 2021-10-19T14:23:23 Website: Updated plugin header template (#3144)
Michael Schmidt 50b16e4f 2021-10-14T14:06:25 ESLint: Added `regexp/no-useless-range` rule (#3151)
Michael Schmidt 5a24cbff 2021-10-14T14:01:46 JS: Improved `number` pattern (#3149)
Michael Schmidt 3c61c8f7 2021-10-14T14:01:11 ESLint: Added `regexp/no-useless-flag` rule (#3150)
Michael Schmidt 71b7d46c 2021-10-14T13:59:51 ESLint: Added `regexp/prefer-{plus,question,star}-quantifier` rules (#3152)
Michael Schmidt 4e00cddd 2021-10-14T13:57:45 SQL: Added identifier token (#3141)
Michael Schmidt a8bacc7b 2021-10-11T17:02:31 Update to `eslint-plugin-regexp@1.4.0` (#3139)
Michael Schmidt e7ba877b 2021-10-11T16:54:19 PL/SQL: Updated keywords + other improvements (#3109)
Michael Schmidt ef53f021 2021-10-11T16:52:12 Added support for Web IDL (#3107)
Michael Schmidt 3b2238fa 2021-10-10T19:36:58 JS: Added properties (#3099)
Wei Ting 3f24dc72 2021-10-08T01:27:12 Python: Add `match` and `case` (soft) keywords (#3142)
Michael Schmidt 344d0b27 2021-10-05T23:51:30 Added even more language tests (#3137)
Michael Schmidt 8494519e 2021-10-05T23:43:54 GraphQl: Optimized regexes (#3136)
Michael Schmidt 05e7ab04 2021-10-05T23:38:00 Liquid: Removed unmatchable object variants (#3135)
Michael Schmidt c6574e6b 2021-10-05T23:33:31 Maxscript: Fixed booleans not being highlighted (#3134)
Michael Schmidt a28a86ad 2021-10-05T23:28:18 Wolfram: Removed unmatchable punctuation variant (#3133)
Michael Schmidt 91060fd6 2021-10-05T23:06:46 TypeScript: Removed duplicate keywords (#3132)
Michael Schmidt a394a14d 2021-10-05T22:13:13 Added more plugin tests (#1969)
Michael Schmidt e8f84a6c 2021-10-05T21:31:02 Lisp: Improved `defun` (#3130)
Michael Schmidt 4dde2e20 2021-10-05T21:30:45 Regex: Fixed char-class/char-set confusion (#3124)
Michael Schmidt 09a0e2ba 2021-10-05T21:27:49 Zig: Fixed module comments and astral chars (#3129)
Michael Schmidt 599e30ee 2021-10-05T21:27:25 URI: Fixed IPv4 regex (#3128)
Michael Schmidt 23d9aec1 2021-10-05T21:26:39 JS stack trace: Added missing boundary assertion (#3117)
Michael Schmidt cfb2e782 2021-10-05T21:26:28 JavaStackTrace: Added missing lookbehinds (#3116)
Michael Schmidt ede55b2c 2021-10-05T21:26:05 Renpy: Improved language + added tests (#3125)
Michael Schmidt f3b25786 2021-10-05T21:25:23 PureBasic: Fixed token order inside `asm` token (#3123)
Michael Schmidt 314d6994 2021-10-05T21:24:28 Ocaml: Removed unmatchable punctuation variant (#3120)
Michael Schmidt eeb13996 2021-10-05T21:23:59 Powerquery: Removed useless `data-type` alternative (#3122)
Michael Schmidt ee62a080 2021-10-05T21:23:44 PHP: Removed useless keyword tokens (#3121)
Michael Schmidt dc1e808f 2021-10-05T21:21:05 Nix: Removed unmatchable token (#3119)
Michael Schmidt 75331bea 2021-10-05T21:20:46 Nim: Fixed backtick identifier (#3118)
Michael Schmidt 15cb3b78 2021-10-05T21:19:53 Idris: Fixed import statements (#3115)
Michael Schmidt d359eeae 2021-10-05T21:18:38 GML: Fixed `operator` token and added tests (#3114)
Michael Schmidt 532212b2 2021-10-05T21:18:09 Dataweave: Fixed keywords being highlighted as functions (#3113)
Michael Schmidt 5c412cbb 2021-10-05T21:17:43 BSL: Made `directive` greedy (#3112)
Michael Schmidt d7017beb 2021-10-05T21:17:13 Birb: Fixed class name false positives (#3111)
Michael Schmidt 2f7f7364 2021-10-05T21:15:33 Added more language tests (#3131)
Michael Schmidt 3ef71533 2021-10-05T20:03:08 TAP: Conform to quoted-properties style (#3127)
Wei Ting 18bd101c 2021-10-05T23:53:12 Python: Recognise walrus operator (#3126)
Michael Schmidt 3d96eedc 2021-10-05T12:53:51 Update test and example pages to use Autoloader (#1936)
Michael Earls b5a70e4c 2021-10-05T05:28:49 Added support for Atmel AVR Assembly (#2078) Co-authored-by: RunDevelopment <mitchi5000.ms@googlemail.com>
Michael Schmidt 2c63efa6 2021-10-05T11:50:03 Python: Fixed numbers ending with a dot (#3106)
Michael Schmidt 00f77a2c 2021-10-05T11:48:58 Markdown: Fixed typo in token name (#3101)
Michael Schmidt 51382524 2021-10-05T11:48:26 Smalltalk: Added `boolean` token (#3100)
Valtteri Laitinen 9fe2f93e 2021-10-05T12:26:29 Use `\d` for `[0-9]` (#3097) Also `[\d.]` for `[0-9.]` and `[\d_]` for `[0-9_]`.
shanyue 798ee4f6 2021-10-05T17:24:46 `package.json`: Added `engines.node` field (#3108)
Berti d38592c5 2021-10-04T08:52:52 File highlight+data range (#1813) Co-authored-by: atomize <63r71@tuta.io> Co-authored-by: Michael Schmidt <mitchi5000.ms@googlemail.com>
SlawomirZalecki f053af13 2021-10-04T14:51:42 Pascal: Added support for asm and directives (#2653) Co-authored-by: RunDevelopment <mitchi5000.ms@googlemail.com>
Michael Schmidt d63d6c0e 2021-10-04T14:06:12 Added minified CSS (#3073) Co-authored-by: ashwinjayan <ashwinjayanam@gmail.com>
Outreach-ChemEng-UofU 5b7ce5e4 2021-10-04T05:50:07 Arduino: Added `ino` alias (#2990) Co-authored-by: RunDevelopment <mitchi5000.ms@googlemail.com>
Wei Ting 736c581d 2021-10-04T02:06:01 Elm: Recognise unicode escapes as valid Char (#3105)
那里好脏不可以 d908e457 2021-10-03T22:39:07 New Language: Keepalived configure file (#2417) Co-authored-by: RunDevelopment <mitchi5000.ms@googlemail.com>
Michael Schmidt a80a68ba 2021-10-02T01:29:28 Core: Fixed type error on null (#3057)
Valtteri Laitinen 8daebb4a 2021-09-27T22:08:26 Use tabs in `package(-lock).json` (#3098)
Michael Schmidt 0a313f4f 2021-09-26T12:35:00 TSX: Removed `parameter` token (#3090)
Michael Schmidt 2f9672aa 2021-09-26T12:33:53 Coq: Improved attribute pattern performance (#3085)
Michael Schmidt 233415b8 2021-09-26T12:32:49 JQ: Improved performance of strings (#3084)
Michael Schmidt 9ed4cf6e 2021-09-26T12:30:32 C#: Move everything into the IIFE (#3077)
Michael Schmidt e2630d89 2021-09-26T11:52:18 ESLint: Added `regexp/sort-alternatives` rule (#3093)
Jake Archibald 213cf7be 2021-09-23T16:33:24 Core: Document `disableWorkerMessageHandler` (#3088) Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
Manuel Tercero Soria 9f4c0e74 2021-09-23T13:43:00 Highlight Lines: Expose `highlightLines` function as `Prism.plugins.highlightLines` (#3086)
Michael Schmidt e6e1d5ae 2021-09-23T10:50:49 Update `eslint-plugin-regexp@1.2.0` (#3091)
Darach Ennis ec25ba65 2021-09-21T21:19:47 Added Tremor project DSL language definition (#3087) * Add tremor project DSL langauge definitions Signed-off-by: Darach Ennis <darach@gmail.com> * Update components/prism-tremor.js Apply fix worst-case time complexity per @RunDevelopment's insight Co-authored-by: Michael Schmidt <msrd0000@gmail.com> * Update components/prism-tremor.js Terser formulation of pattern Co-authored-by: Michael Schmidt <msrd0000@gmail.com> * Update components/prism-tremor.js Terser formulation of pattern Co-authored-by: Michael Schmidt <msrd0000@gmail.com> * Update components/prism-tremor.js Terser formulation of pattern Co-authored-by: Michael Schmidt <msrd0000@gmail.com> * Add partial interpolation, expand tests, attend to lints Signed-off-by: Darach Ennis <darach@gmail.com> * Improved Tremor tokenization Signed-off-by: Michael Schmidt <mitchi5000.ms@googlemail.com> Co-authored-by: Michael Schmidt <msrd0000@gmail.com> Co-authored-by: Michael Schmidt <mitchi5000.ms@googlemail.com>
RunDevelopment 99d94fa7 2021-09-16T18:17:23 1.25.0
Michael Schmidt 6d8e5470 2021-09-16T18:14:02 Updated changelog (#3083)
Michael Schmidt e008ea05 2021-09-15T21:46:45 Added support for Kusto (#3068)
Michael Schmidt 4433ccfc 2021-09-15T21:43:55 Added support for ASP.NET Razor (#3064)
Michael Schmidt 6a356d25 2021-09-15T21:41:32 Added support for Wren (#3063)
Michael Schmidt 4fbdd2f8 2021-09-15T21:39:09 Added support for MAXScript (#3060)
Zach 746a4b1a 2021-09-15T12:34:31 Added AviSynth language definition (#3071)
Wei Ting ffb20439 2021-09-16T02:11:57 Twilight theme: Increase selector specificities of plugin overrides (#3081)
Michael Schmidt 52e8cee9 2021-09-15T20:03:41 Markup: Made most patterns greedy (#3065)
Wei Ting c7b6a7f6 2021-09-16T01:40:17 Previewers: Ensure popup is visible across themes (#3080)
ready-research 0ff371bb 2021-09-15T15:18:53 Markup: Fixed ReDoS (#3078)
Michael Schmidt d216e602 2021-09-12T20:00:45 Tests: Improved dection of empty patterns (#3058)
Michael Schmidt a1b67ce3 2021-09-12T19:57:47 Added support for Magma (CAS) (#3055)
Michael Schmidt 23cd9b65 2021-09-12T19:52:44 Added support for GAP (CAS) (#3054)
Michael Schmidt 8d0b74b5 2021-09-12T19:52:23 Clojure: Improved tokenization (#3056)
Michael Schmidt 148c1eca 2021-09-06T20:24:27 Added support for Mermaid (#3050)
Michael Schmidt 8df825e0 2021-09-06T20:20:57 Added support for Systemd configuration files (#3053)
Michael Schmidt 87e5a376 2021-09-06T20:16:52 Added support for Apache Avro IDL (#3051)
Michael Schmidt 247fd9a3 2021-09-06T17:54:33 Highlight Keywords: More documentation (#3049)
Michael Schmidt 35b88fcf 2021-09-06T17:51:54 Shell-session: Fixed command false positives (#3048) * Shell-session: Fixed command false positives * Fixed comments and `<` characters