components/prism-aspnet.js


Log

Author Commit Date CI Message
Michael Schmidt e644178b 2020-12-28T18:19:11 Added test for polynomial backtracking (#2597)
Michael Schmidt 3fda5c95 2019-09-03T12:49:58 Added test for nice names (#1911) This adds a test which requires every token name to match a strict pattern to avoid inconsistent naming styles.
Golmote 43d9f362 2017-10-22T14:15:21 ASP.NET: Regexp optimisation
Valtteri Laitinen 8aa2cc4a 2017-05-08T13:56:50 Replace [\w\W] with [\s\S] and [0-9] with \d in regexes (#1107) * Replace [\w\W] with [^] and [0-9] with \d in regexes * Replace [\s\S] with [^] * Replace [^] with [\s\S]
Golmote 29643f4e 2015-10-06T08:48:21 Simplify patterns for <style> and <script> tags
Golmote 1f0a3364 2015-07-11T18:50:14 ASP.NET: Prevent Markup tags from breaking ASP tags + fix MasterType directive
Golmote fbf5cdae 2015-07-11T18:48:48 ASP.NET: Prevent Markup tags from breaking ASP tags + fix MasterType directive
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Golmote 9487b5be 2015-01-09T08:11:21 Removed unneeded escapes in RegExps, added some semicolons
Daniel Flint b348fc62 2014-05-25T07:57:38 Remove escaped entities from pattern match.
Daniel Flint b18fee53 2014-02-21T12:23:15 More token naming changes. Check for loaded languages before attempting to augment/reference them.
Daniel Flint e943e67f 2014-02-21T07:10:48 Improved token names Optional quotes around runat="server". Group capturing doesn't seem to work in lookaheads, so mismatched quotes will pass :(
Daniel Flint 9f1d0e1e 2014-02-20T16:02:05 New language - ASP.NET (C#). Initial commit, still some work to do and hacks to workaround.