tests


Log

Author Commit Date CI Message
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 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 4e00cddd 2021-10-14T13:57:45 SQL: Added identifier token (#3141)
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 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 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 ee62a080 2021-10-05T21:23:44 PHP: Removed useless keyword tokens (#3121)
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)
Wei Ting 18bd101c 2021-10-05T23:53:12 Python: Recognise walrus operator (#3126)
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)
SlawomirZalecki f053af13 2021-10-04T14:51:42 Pascal: Added support for asm and directives (#2653) 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)
Michael Schmidt 0a313f4f 2021-09-26T12:35:00 TSX: Removed `parameter` token (#3090)
Michael Schmidt e2630d89 2021-09-26T11:52:18 ESLint: Added `regexp/sort-alternatives` rule (#3093)
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>
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)
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 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)
Marvin 6f5d68f7 2021-08-16T18:28:36 Python: Support for underscores in numbers (#3039)
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)
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)
KMY(雪あすか) 9b561565 2021-07-11T20:59:05 C#: Added 'record', 'init', and 'nullable' keyword (#2991)
Antoine van der Lee bb93fac0 2021-07-05T22:17:53 Swift: Added support for new Swift 5.5 keywords (#2988)
matildepark ea776756 2021-07-03T11:39:49 Added Hoon programming language (#2978) Co-authored-by: Michael Schmidt <mitchi5000.ms@googlemail.com>
Michael Schmidt 158f25d4 2021-07-03T13:54:51 C#: Added context check for `from` keyword (#2970)
Michael Schmidt 151121cd 2021-07-02T18:02:42 Markdown: Fixed markdown not working in NodeJS (#2977)
Michael Schmidt e9477d83 2021-06-27T21:31:15 Markdown: Improved code snippets (#2967)
Jason Kurian bfd7fded 2021-06-22T17:15:54 GraphQL: Fixed `definition-query` and `definition-mutation` tokens (#2964)
RunDevelopment 14e3868f 2021-06-22T11:34:53 Fixed reST test The problem was that the merged PR was created before the line end normalization PR.
Michael Schmidt a7656de6 2021-06-22T11:14:57 reST: Fixed `inline` pattern (#2946)
Ben Dyer 114e4626 2021-06-22T03:04:53 Elixir: Added missing keywords (#2958)
Michael Schmidt f471d2d7 2021-06-17T22:27:40 Fixed problems reported by `regexp/no-dupe-disjunctions` (#2952)
Michael Schmidt ab7c9953 2021-06-16T11:56:54 JS: Added support for import assertions (#2953)
Michael Schmidt ac1d12f9 2021-06-16T00:08:04 Liquid: Added Markup support, missing tokens, and other improvements (#2950)
Michael Schmidt abab9104 2021-06-14T12:55:42 JS Templates: Added SQL templates (#2945)
Jason Kurian 34f24ac9 2021-06-13T17:13:11 GraphQL: Added more detailed tokens (#2939) Co-authored-by: Michael Schmidt <mitchi5000.ms@googlemail.com>
Michael Schmidt 99f3ddcd 2021-06-13T22:00:43 Tests: Automatically normalize line ends (#2934)
Michael Schmidt 79d22182 2021-06-08T13:50:35 FIxed some cases of quadratic worst-case runtime (#2922)
Michael Schmidt fc2a3334 2021-06-08T13:47:02 Autohotkey: Improved tag pattern (#2920)
Jason Kurian a62ef796 2021-06-03T13:34:57 Tests: Added `--language` for patterns tests (#2929)
Michael Sollami c4f6b2cc 2021-06-02T15:34:38 Adding basic support for Mathematica (#2921) Co-authored-by: Michael Schmidt <mitchi5000.ms@googlemail.com>
Michael Schmidt ad9878ad 2021-05-31T21:57:27 Deps: Updated regex tooling (#2923)
Michael Schmidt 01cc18ed 2021-05-25T12:49:30 ESLint: Added eol-last rule (#2902)
Michael Schmidt 212dc1c6 2021-05-25T12:46:45 ESLint: Added curly rule (#2901)
Michael Schmidt 415651a0 2021-05-24T14:40:10 JS: Added support for RegExp Match Indices (#2900)
Michael Schmidt 87d79390 2021-05-17T16:28:00 PHP: Fixed functions with namespaces (#2889)