Commit graph

11 commits

Author SHA1 Message Date
Martin Aeschlimann 34265d7e29 [powershell] update grammar (revert to 1.20) 2018-02-27 11:57:49 +01:00
Martin Aeschlimann 8fdf170a08 update grammar script: remove unused properties 2018-02-12 16:54:46 +01:00
Martin Aeschlimann e3ce1668b0 [powershell] switch grammar to powershell/editorsyntax. Fixes #36991, fixes #43224 2018-02-09 10:55:16 +01:00
Thomas Rayner f9037b145e Fix #36924. PowerShell Extension Comment Highlighting Error
Fixes issue #36924 to correct a comment highlighting error in the PowerShell extension.
2017-10-25 12:20:56 -06:00
Greg Zimmerman 0a39cbba52 Fix Select-Object highlighting issue. 2017-09-20 09:46:04 -04:00
Thomas Rayner da6cbf05e7 Fix #24971. PowerShell Extension .bat & .exe Syntax Highlighting Error (#24973)
* Fix #24971. Change regular expression in PowerShell extension syntax highlighting to properly highlight .bat and .exe files

* Fixed error that would include whitespace or other chars

Changed regex to correctly identify a . instead of any character.
2017-04-18 14:13:36 -07:00
David Wilson 46195bc33e Fix #9922: Roll back PowerShell syntax definition
This change rolls back the PowerShell syntax definition file to a previous state before a major refactoring which introduced a lot of new issues.  Once these issues are fixed we will move back to the new definition.
2016-07-28 13:49:16 -07:00
David Wilson 335693ab36 Fixes for PowershellSyntax.tmLanguage
This change fixes the following issues in the PowerShell syntax file:

Fixes #9082
Fixes #8865
2016-07-25 07:55:27 -07:00
Øyvind Kallstad 619485fd80 Refactored language definitions
For details see https://github.com/PowerShell/EditorSyntax/pull/7
2016-06-10 12:11:30 +02:00
Joel Bennett 4279850edf Fix function keyword syntax
Avoid matching "function" at the end of other words
Fix highlighting of scope keywords
2015-11-23 00:57:36 -05:00
Erich Gamma 8f35cc4768 Hello Code 2015-11-13 14:39:38 +01:00