components/prism-csharp.min.js


Log

Author Commit Date CI Message
Michael Schmidt fdd291c0 2021-07-15T19:42:02 C#: Added `with` keyword & improved record support (#2993)
KMY(雪あすか) 9b561565 2021-07-11T20:59:05 C#: Added 'record', 'init', and 'nullable' keyword (#2991)
Michael Schmidt 158f25d4 2021-07-03T13:54:51 C#: Added context check for `from` keyword (#2970)
Michael Schmidt 79d22182 2021-06-08T13:50:35 FIxed some cases of quadratic worst-case runtime (#2922)
Michael Schmidt e644178b 2020-12-28T18:19:11 Added test for polynomial backtracking (#2597)
Michael Schmidt c2f6a644 2020-10-25T23:42:25 Fixed multiple cases of vulnerable regexes (#2584)
Michael Schmidt 7f341fc1 2020-06-12T12:52:31 C#: Improved pattern matching (#2411)
Michael Schmidt 2a2e79ed 2020-06-07T18:54:31 C#: Fixed adjacent string interpolations (#2402)
Michael Schmidt 7a554b5f 2020-04-16T22:27:54 Fixed several cases of exponential backtracking (#2268)
Michael Schmidt abb800dd 2020-04-09T00:39:09 gulp: Improved `inlineRegexSource` (#2296)
Michael Schmidt 947a55bd 2020-03-29T18:30:31 C#: Fixed keywords in type lists blocking type names (#2277)
Michael Schmidt 67afc5ad 2020-03-27T18:43:25 gulp: Inline regex source improvement (#2227) This removes more unnecessary escapes.
Michael Schmidt 5d7aab56 2020-03-26T23:30:29 Updated all String.propotype.replace calls for literal strings
Michael Schmidt 42b15463 2020-03-24T20:30:58 C# improvements (#1444) A complete rewrite of the C# language to support almost every feature of C# 8.0.
Michael Schmidt a8164559 2019-06-02T14:36:05 C#: Added `cs` alias (#1899)
Michael Schmidt 3e00bb9c 2019-03-07T15:22:30 Rebuilt Prism (#1794) This is a rebuilt of Prism to update minified files.
Michael Schmidt d33d259c 2018-12-02T00:02:57 Ignore duplicates in insertBefore (#1628) Fix #1525 and implement option number 2.
Michael Schmidt 3b1e0916 2018-12-01T21:34:04 Improvements to C# operator and punctuation (#1532) Solve the issue of [C# breaking ligature fonts with the `=>` operator](https://github.com/PrismJS/prism/issues/1133#issuecomment-413553956). `=>` is now an operator. There are also some other changes. 1. `?` and `:` are now all included by `punctuation`. Because `:` cannot be included in `operator` (because it is also used for inheritance) the `?` shouldn't be an `operator` either. 2. `??` and `?.` were added to `punctuation`. They weren't explicitly supported before. 3. An operator-test was added.
Golmote 0a95f69d 2018-03-28T20:05:45 C#: More specific class-name highlighting. Fix #1371
Golmote a6837d24 2018-03-24T12:25:27 C#: More generic class-name highlighting. Fix #1365
Golmote 12c0b20a 2018-03-08T22:19:01 Decouple minus sign from number pattern in most languages. Close #1110
Golmote 405867cb 2018-03-05T08:25:08 C#: Add "dotnet" alias.
Golmote 4cb9888d 2018-03-05T08:22:53 C#: Reorder keywords
Golmote 75b9b290 2017-10-22T14:24:51 C#: Remove duplicates in keywords + regexp optimisation + don't use captures if not needed
Golmote dfb6f17e 2017-02-07T23:21:20 C#: Fix wrong highlighting when three slashes appear inside string. Fix #1091
Andreas Rohner 6f75735e 2016-04-30T15:43:07 Support for generic methods in csharp
Golmote 132b2a43 2015-10-13T21:14:54 Add test after merge of #806 + run gulp
Golmote e135947c 2015-10-10T12:48:04 Run gulp and update tests after #801 merge
Golmote 86311f5e 2015-07-16T08:06:25 C#: Fix preprocessor pattern
Golmote d795397e 2015-05-23T10:25:16 C#: Verbatim strings can contain doubled quotes and new lines
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Golmote 78debe78 2015-02-10T19:31:37 C# does not handle hexadecimal numbers properly. Fixes #493
Golmote f62ffb5c 2015-01-22T21:40:23 Run gulp
Lea Verou 36471491 2014-04-21T13:36:32 Updated minified files
Mohammad Valipour 32286a6d 2013-10-29T13:35:38 add .min version for csharp and gherkin. also fixed indentation for csharp