Log

Author Commit Date CI Message
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
Michael Schmidt 4f97b82b 2021-09-01T18:08:02 Added support for GN (#3062)
Michael Schmidt 5de8947f 2021-09-01T14:04:46 C++: Fixed generic function false positive (#3043)
Michael Schmidt 4e9338ac 2021-08-27T18:41:39 ESLint: Added `regexp/no-super-linear-backtracking` rule (#3040)
Michael Schmidt 44456b21 2021-08-16T20:08:13 Added benchmark suite (#2153)
Marvin 6f5d68f7 2021-08-16T18:28:36 Python: Support for underscores in numbers (#3039)
Michael Schmidt d8ef3d51 2021-08-15T14:03:02 Updated `eslint-plugin-regexp@1.0.0` (#3037)
Michael Schmidt 59f449d3 2021-08-14T13:29:01 Update refa, regexpp, and scslre (#3033)
Michael Schmidt 5126d1e1 2021-08-12T15:10:40 JSONP Highlight: Refactored JSONP logic (#3018)
dependabot[bot] b68b8c96 2021-08-11T08:22:02 Bump path-parse from 1.0.6 to 1.0.7 (#3031)
Michael Schmidt 8541db2e 2021-08-09T11:45:09 Swift: Major improvements (#3022)
Michael Schmidt 748bb9ac 2021-08-05T23:07:00 Bicep: Resolved TODO + improvements (#3028)
Michael Schmidt b0365e70 2021-08-05T22:03:11 Log: Added support for Java stack traces (#3003)
John Reilly c1dce998 2021-08-05T19:48:03 Added Bicep support (#3027)
Ben Kucera e289ec60 2021-08-03T11:49:00 Line Highlight: Extend highlight to full line width inside scroll container (#3011)
Michael Schmidt 63edf14c 2021-08-02T16:38:17 Normalize Whitespace: Removed unnecessary checks (#3017)
Michael Schmidt 679539ec 2021-07-30T21:37:24 Improved Haskell and PureScript (#3020)
Antoine van der Lee ce5e0f01 2021-07-26T13:50:16 Swift: Added support for `@propertyWrapper`, `@MainActor`, and `@globalActor` (#3009)
Akinori MUSHA 4492b62b 2021-07-26T20:17:37 Shell-session: Added support for the percent sign as shell symbol (#3010)
toastal b38fc89a 2021-07-23T11:12:58 PureScript: Made `∀` a keyword (alias for `forall`) (#3005)
matildepark 9c8911bd 2021-07-19T17:01:49 Hoon: Fixed mixed-case aura tokenization (#3002)
Michael Schmidt 212e0ef2 2021-07-19T21:15:24 TypeScript: Fixed keyword false positives (#3001)
Michael Schmidt fdd291c0 2021-07-15T19:42:02 C#: Added `with` keyword & improved record support (#2993)
Michael Schmidt 14fdfe32 2021-07-15T19:36:08 Sass: Fixed issues with CSS Extras (#2994)
Jason Kurian 693b7433 2021-07-15T12:43:08 Liquid: Added all objects from Shopify reference (#2998)
Jason Kurian fe3bc526 2021-07-15T12:35:26 Liquid: Added `empty` keyword (#2997)
Michael Schmidt e997dd35 2021-07-11T15:15:56 Tests: Insert expected JSON by default (#2960)