Commit graph

40 commits

Author SHA1 Message Date
Alex Ross 35d97bc7e4
Update grammars (#203521) 2024-01-26 13:06:22 +01:00
Alex Ross 3c86ede5f5
Update grammars (#200730) 2023-12-13 13:08:01 +01:00
Alex Ross fa22e9ac36
Update grammars (#196839)
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2023-10-27 09:35:46 -07:00
Alex Ross 50b3c04d0a
Revert C# grammar to last-known-good commit (#195144)
* Revert C# grammar back to last-known-good commit
Part of #195098

* Also add missing test_cshtml.json test result

* Add new test for issue
2023-10-09 12:33:40 +02:00
Alex Ross 48e93f756b
Update grammars (#194614) 2023-10-02 15:56:43 +01:00
Alex Ross 6021e01795
Update grammars (#192749) 2023-09-11 11:38:45 +02:00
Alex Ross 41c7fc34e0
Update grammars (#189172) 2023-07-28 17:48:19 +02:00
Alex Ross c778cc6117
Update grammars (#186752) 2023-06-30 09:14:40 -07:00
Alex Ross 53dcdf3ee8
Update grammars (#184151)
* Update grammars

* Update grammar tests
2023-06-02 13:54:16 +02:00
Alex Ross ec5b41ddc2
Update grammars (#159445)
Update grammar
2022-08-29 14:08:44 +02:00
Alex Ross a1a4c0a63b
Update grammars 2022-01-31 16:52:03 +01:00
Alex Ross 9efc116de0
Update grammars 2021-11-02 15:32:34 +01:00
Alex Ross 086a033a56
Update C# grammar 2021-09-20 13:56:20 +02:00
Alex Ross bd2493499d
Update C# grammar 2021-09-01 09:14:11 +02:00
Alex Ross d5c5e1cb2c
Update C# grammar 2021-07-05 09:53:39 +02:00
Alex Ross 66eb516dc3
Revert C# grammar
Part of https://github.com/microsoft/vscode/issues/123333
2021-05-10 14:59:58 +02:00
Alex Ross 17e7a257ff
Update grammars 2021-03-29 15:16:24 +02:00
Alex Ross c45e6cc623 Update grammars 2019-12-10 12:35:30 +01:00
Dustin Campbell d27d752b6b Update C# TextMate grammar with latest fixes 2018-11-29 10:10:25 -08:00
Alex Ross c71f524777 Updated grammars 2018-11-06 11:39:33 +01:00
Dustin Campbell a6b210085f Update C# Grammar
* Adds support for the `stackalloc` keyword.
[csharp-tmLanguage#132](https://github.com/dotnet/csharp-tmLanguage/pull/132)
_(Contributed by [@worldbeater](https://github.com/worldbeater))_
2018-08-28 12:22:50 -07:00
Dustin Campbell 4b08ad209e Fix regression in C# TextMate grammar related to lambda parameters
This tweak fixes a regression recently introduced in the C# TextMate grammar around
implicitly-typed lambda parameters.

* https://github.com/dotnet/csharp-tmLanguage/issues/119
* https://github.com/dotnet/csharp-tmLanguage/issues/120
2018-05-30 09:51:15 -07:00
Dustin Campbell 0e8690288e Update C# TextMate grammar with important bug fix
This grammar update fixes an issue with comments after property declarations
solved by https://github.com/dotnet/csharp-tmLanguage/pull/117.
2018-05-14 11:29:38 -07:00
Dustin Campbell 076c084930 Update C# TextMate grammar
This update adds support for ref structs, and ref readonly locals and return types. Contributed by
[@idafi](https://github.com/idafi) with https://github.com/dotnet/csharp-tmLanguage/pull/114.
2018-05-10 13:08:46 -07:00
Martin Aeschlimann bf33900a41 update grammars. Fixes #49071 2018-05-03 17:11:41 +02:00
Dustin Campbell 39e3073bf9 Update C# TextMate grammar with latest bug fixes
This PR includes the following fixes for the C# TextMate grammar:

* Comments are now allowed after checked and unchecked statements
(https://github.com/dotnet/csharp-tmLanguage/issues/104)
* 'dynamic' is now highlighted as a built-in type keyword (https://github.com/dotnet/csharp-tmLanguage/issues/26)
* Single-line comments with four slashes (i.e. ////) are now highlighted properly
(https://github.com/dotnet/csharp-tmLanguage/issues/100)

Thanks to (@Muchiachio](https://github.com/Muchiachio) for contributing these fixes!
2018-04-09 12:48:20 -07:00
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