Commit graph

22 commits

Author SHA1 Message Date
Alex Ross 9efc116de0
Update grammars 2021-11-02 15:32:34 +01:00
Alex Ross 17e7a257ff
Update grammars 2021-03-29 15:16:24 +02:00
Alex Ross edf34d3931 Update grammars 2019-08-05 12:44:23 +02:00
Alex Ross 45db52ba6b Update grammars 2019-05-16 10:17:43 -07:00
Martin Aeschlimann 10a1d2a50a update grammars 2018-10-04 12:00:39 +02:00
Martin Aeschlimann 53cfd4e21e VS Code Hangs When Opening Specific PowerShell File. Fixes #56430 2018-08-15 18:42:56 +02:00
Martin Aeschlimann 86f3a8077a [powershell] update grammar 2018-07-27 11:02:04 +02:00
Martin Aeschlimann d17ceea08e Update to powershell grammars. Fixes #52956 2018-07-09 11:57:24 +02:00
Martin Aeschlimann 772aaf777a update grammars 2018-06-11 13:03:28 +02:00
omniomi d177663818 [powershell] Update PowerShell Editor Syntax (PS\ES\529562f). 2018-05-23 06:03:55 -06:00
Martin Aeschlimann 844c7f1c94 [powershell] Update PowerShell Editor Syntax. Fixes #49789 2018-05-14 14:14:26 +02:00
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