Commit graph

20 commits

Author SHA1 Message Date
Martin Aeschlimann
b1d8a28f20 [powershell] add grammar update script 2017-04-20 09:23:22 +02: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
Alex Dima
90d74c59aa Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
Alex Dima
10f68352a0 Themes integration tests 2017-01-04 22:44:08 +01:00
Martin Aeschlimann
073c6d04e9 [themes] add support.function 2016-10-14 18:02:14 +02:00
Martin Aeschlimann
010c5068d9 [themes] add support.class & support.constant (for ts) 2016-10-14 17:20:05 +02:00
Martin Aeschlimann
8751b28026 [themes] remove entity.name.function scope from dark vs-default 2016-10-14 16:06:39 +02: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
Martin Aeschlimann
fd674fa8e6 Adopt powershell to #9281 2016-07-25 20:50:57 +02: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
Martin Aeschlimann
4a13944af6 Migrate all other languages to language-configuration.json 2016-07-21 20:30:37 +02:00
Martin Aeschlimann
8828711570 [powershell] fix tests for #7522 2016-06-27 11:29:00 +02: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
Martin Aeschlimann
dc169c447c [powershell] autoclosing & surrounding pairs 2016-04-21 22:52:15 +02:00
Martin Aeschlimann
37f5e2b355 [colorize tests] update test result data 2016-04-11 21:28:19 +02:00
Martin Aeschlimann
8509d4e47a even more colorizer tests 2016-04-11 16:03:40 +02:00
Alex Dima
b3e9164e49 Remove enhancedBrackets from monarch for now 2016-02-09 15:24:05 +01: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
David Wilson
6d3609f90b Add more extensions to built-in PowerShell support
This change adds the .pssc and .psrc file extensions to the built-in
PowerShell support.
2015-11-19 14:05:46 -08:00
Erich Gamma
8f35cc4768 Hello Code 2015-11-13 14:39:38 +01:00