Commit graph

47 commits

Author SHA1 Message Date
Aurélien Pupier 7a5bca9faf Add License field to package.jsons #68423 (#68771)
it should avoid to have "warning XXX: No license field" during yarn
build

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
2019-06-06 11:44:50 +02:00
Alex Ross 4423de898e Fix colorization tests for c languages 2019-04-11 11:25:34 +02:00
Alex Ross 6c6cd0aab4 Update grammars 2018-12-12 17:25:07 +01:00
Alex Ross bc916bb6af Added commit hash to cgmanifest.json 2018-12-03 11:29:00 +01:00
Dustin Campbell d27d752b6b Update C# TextMate grammar with latest fixes 2018-11-29 10:10:25 -08:00
isidor 9edd984da8 delete OSSREADME.json 2018-11-20 12:54:22 +01:00
isidor 2ba92aa3e8 add commitHash to cgmanifest 2018-11-15 17:43:46 +01:00
isidor 347fb6347b add all cgmanifests. Still no commitHash 2018-11-14 18:18:25 +01:00
Alex Ross c71f524777 Updated grammars 2018-11-06 11:39:33 +01:00
Alex Dima 34e7a220c8 Avoid shipping unnecessary files 2018-09-19 19:53:46 +02: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
Martin Aeschlimann c640a0ed5c adopt color changes in colorizer tests 2018-07-27 11:02:03 +02:00
Martin Aeschlimann 4e66b96599 [default themes] assign entity.name.variable to variables 2018-06-05 09:47:46 +02: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
Greg Van Liew b3a1b98d54 Edit pass on built-in extension descriptions (#44875) 2018-03-01 16:43:06 -08:00
Ramya Achutha Rao 15d0e9b30b Remove and other language features from description of basic builtin extensions #44626 2018-02-27 18:15:50 -08:00
Martin Aeschlimann 8bd41ceeca built-in extensions: version to 1.0.0 (for #43978) 2018-02-27 15:16:07 +01:00
Martin Aeschlimann 292a290e3f Rename built-in syntax and snippet extensions to "Language Basics". Fixes #44241 2018-02-26 21:27:22 +01:00
Martin Aeschlimann e45d279b36 description & name for built-in languages (#43978) 2018-02-20 10:09:22 +01: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
Martin Aeschlimann cf70385df5 Folding regions broken 2017-10-12 16:55:15 +02:00
Martin Aeschlimann 1fb361861f [folding] add work boundries to folding markers 2017-10-11 17:28:10 +02:00
Martin Aeschlimann 45251543b9 [folding] snippets for folding markers 2017-09-25 23:00:02 +02:00
Martin Aeschlimann 9e05d4b635 [folding] fold regions, initial, preconfigured support. For #12146 2017-09-22 13:50:03 +02:00
Dustin Campbell ac167c41ba Fix C# TextMate grammar to properly highlight statement-level await expressions (#33687) 2017-09-06 17:38:19 -07:00
Martin Aeschlimann 3e27c42d7a Merge pull request #31405 from DustinCampbell/update-csharp-grammer
Update C# TextMate grammar with support for #r and #load directives
2017-08-11 12:02:31 +02:00
Dustin Campbell 4c3ddf7e4c Add .cake file extension for C# language 2017-08-10 13:06:14 -07:00
Dustin Campbell 05d3443cb6 Update C# TextMate grammar with support for #r and #load directives 2017-07-25 11:26:53 -07:00
Joao Moreno 5667cc0e69 use vsce to determine what to package when bundling extensions
fixes #29054
2017-06-21 16:17:21 +02: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
Martin Aeschlimann ae333a8b41 test fixes for #17178 2017-05-18 10:50:30 +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
Martin Aeschlimann 736ff0bd99 [json] move schema associations to extensions 2015-12-09 23:40:36 +01:00
Martin Aeschlimann a8c6596266 C# bracket insertion, indentation not working #4 2015-11-16 10:48:42 +01:00
Erich Gamma 8f35cc4768 Hello Code 2015-11-13 14:39:38 +01:00