components/prism-powershell.js


Log

Author Commit Date CI Message
rbricheno 0e3e938d 2016-06-15T17:13:07 Fix highlighting of empty comments A single # on a line by itself with no other characters following it is a valid comment in powershell.
Andreas Rohner 964450e1 2016-04-30T13:35:01 Apply the new greedy flag to a few languages This patch applies the new greedy flag to a few languages and adds the corresponding test cases.
Daniel Flint 27ea7685 2015-08-29T10:29:39 Incorporate code review feedback
Daniel Flint fce9b0ce 2015-08-29T09:20:35 Remaining test cases for PowerShell
Daniel Flint c2ed02da 2015-08-28T23:29:11 More tests
Daniel Flint 118eb8d4 2015-08-28T23:03:44 Starting with powershell tests
Daniel Flint 14da55c1 2015-08-27T14:18:16 Update definitions for command/alias/operators. Double and single quoted strings behave differently, the later uses interpolation and can contain nested PowerShell.
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Daniel Flint 905d952f 2014-12-31T11:45:30 Multiline strings, Booleans, combine regexps, punctuation
Daniel Flint 75f4745c 2014-12-31T10:41:54 Filtered alias list
Daniel Flint 9cfcc2d8 2014-12-31T10:19:19 PowerShell support