Commit Graph

14 Commits

Author SHA1 Message Date
Martin Aeschlimann
8fdf170a08 update grammar script: remove unused properties 2018-02-12 16:54:46 +01:00
Matt Bierner
99ff3eb7f4 Pull in latest C# grammar
Fixes #40911
2018-01-04 13:48:21 -08:00
Dustin Campbell
7b18e67e7a Update to latest C# TextMate grammar
This fixes several syntax highlighting issues:

* Parameters with a multi-dimensional array type does not break matching the rest of the parameter list.
* Ensure that the closing brace of an anonymous object does not break matching further rules.
* Ensure that throw expressions allow matching nested expressions.
* Allow expression-bodied methods with generic constraints.
2017-12-12 10:13:28 -08:00
Dustin Campbell
ac167c41ba Fix C# TextMate grammar to properly highlight statement-level await expressions (#33687) 2017-09-06 17:38:19 -07:00
Dustin Campbell
05d3443cb6 Update C# TextMate grammar with support for #r and #load directives 2017-07-25 11:26:53 -07:00
Dustin Campbell
a53cce90d3 Update C# TextMate grammar with latest fixes from csharp-tmLanguage (#28120)
This includes fixes for the following:

* C# 7 ref locals and ref returns (https://github.com/dotnet/csharp-tmLanguage/issues/12)
* C# 7 throw expressions (https://github.com/dotnet/csharp-tmLanguage/issues/69)
2017-06-06 14:28:34 -07:00
Dustin Campbell
c58feb3fa5 Update to latest C# TextMate grammar 2017-05-30 14:59:32 -07:00
Martin Aeschlimann
f9084bb244 Add information_for_contributors to grammars 2017-05-26 09:27:51 +02:00
Dustin Campbell
af9f1c7fd0 Update C# grammar with fix for named ref/out arguments 2017-03-25 06:52:51 -07:00
Dustin Campbell
754f88280a Update to latest C# TextMate grammar
Provides fixes for
https://github.com/dotnet/csharp-tmLanguage/issues/44,
https://github.com/dotnet/csharp-tmLanguage/issues/45 and
https://github.com/dotnet/csharp-tmLanguage/issues/50.
2017-03-24 13:44:53 -07:00
Dustin Campbell
543d79f465 Update to latest C# TextMate grammar 2017-02-17 13:05:03 -08:00
Martin Aeschlimann
0fa326c6a1 Include C# textmate grammar. Fixes #19469 2017-02-08 13:06:21 +01:00
Johannes Rieken
7dbc878a32 remove csharp-syntax-only-extension because vscode omnisharp ships that 2015-12-10 15:25:07 +01:00
Erich Gamma
8f35cc4768 Hello Code 2015-11-13 14:39:38 +01:00