Alex Ross
0f17001790
Fix update-grammar scripts for cross-platform use
2021-02-08 15:39:56 +01:00
João Moreno
c3b556727e
fix update-grammars script
2021-02-02 12:30:08 +01:00
João Moreno
03da2de889
add proper yarn.lock files
2021-02-01 14:35:52 +01:00
João Moreno
ec805db5ed
add repository field to extensions package.json
2021-01-29 15:30:45 +01:00
João Moreno
9a5d14e307
run prettier over extensions json files
2021-01-29 15:19:18 +01:00
João Moreno
3b03189afa
Restore extensions in core ( #114921 )
...
* bring back grammar extensions
* fix hygiene
* Revert "pull themes from the marketplace"
This reverts commit 0738f76daca6fb1a4693c7fbc08ea93814c00d39.
2021-01-25 17:07:56 +01:00
João Moreno
bc7d3c9ea6
remove grammar extensions
2021-01-15 12:35:17 +01:00
Alex Ross
032e9a33ba
Update go grammar and fix update script
...
Fixes #106798
2020-09-16 15:24:28 +02:00
Alex Ross
efa12b2f49
Update grammars
2020-02-03 13:01:47 +01:00
Alex Ross
de5df4820f
Try out new go grammar
...
Fixes #82549
2019-12-20 15:29:43 +01:00
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
Martin Aeschlimann
88fc7e755e
Make conistent with other languages
2019-05-27 15:25:10 +02:00
Fabio 'c0m3tx' Vitale
66019c79ff
Add region markers folding for Go
2019-03-06 11:50:36 +01:00
Alex Ross
6c6cd0aab4
Update grammars
2018-12-12 17:25:07 +01: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 Dima
34e7a220c8
Avoid shipping unnecessary files
2018-09-19 19:53:46 +02:00
Martin Aeschlimann
c640a0ed5c
adopt color changes in colorizer tests
2018-07-27 11:02:03 +02:00
Ramya Rao
c82fd3819d
Avoid indent after strings with brackets Fixes #50959 ( #50960 )
2018-06-04 13:27:18 -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
Ramya Achutha Rao
4996cfb254
Update displayName, description for Go extension #43978 #44626
2018-02-27 17:47:57 -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
8fdf170a08
update grammar script: remove unused properties
2018-02-12 16:54:46 +01:00
Martin Aeschlimann
6f682992c3
[go] make grammar file name consistent
2018-02-09 12:45:27 +01:00
Martin Aeschlimann
8500a2ec53
Keywords and Storage.types have the same color in Dark theme for Go. Fixes #41822
2018-01-22 11:26:40 +01:00
Martin Aeschlimann
3118073c73
[go] update grammar
2017-12-20 17:30:56 +01:00
Peng Lyu
6fa051df1d
Fix #34347 . decreaseIndent for multiple closing paren or brackets.
2017-12-01 11:17:23 -08:00
Martin Aeschlimann
3d0afa184e
[go] update grammar
2017-10-24 11:05:54 +02:00
Ramya Achutha Rao
e6c60418fd
Update Go indentation rules
2017-08-03 14:26:27 -07:00
Martin Aeschlimann
7790c4a753
update grammars
2017-07-18 10:09:48 +08:00
Joao Moreno
5667cc0e69
use vsce to determine what to package when bundling extensions
...
fixes #29054
2017-06-21 16:17:21 +02:00
Martin Aeschlimann
f9084bb244
Add information_for_contributors to grammars
2017-05-26 09:27:51 +02:00
Ramya Achutha Rao
794103a7bc
Update grammar for var related bug fix
2017-05-22 22:39:01 -07:00
Martin Aeschlimann
7728b701bd
[go] update grammar
2017-05-18 15:41:32 +02:00
Martin Aeschlimann
ae333a8b41
test fixes for #17178
2017-05-18 10:50:30 +02:00
Ramya Rao
8743507344
Update Go grammar to atom/language-go@6de3f61 ( #25216 )
...
* Update Go grammar to atom/language-go@6de3f61
* Updating UT for Go grammar
* More test fixes for Go grammar
2017-04-24 14:37:34 -07:00
Ramya Rao
74a5dc99fb
Update Go grammar to atom/language-go@11ad31e7 (2016-12-30) ( #23065 )
2017-03-23 15:12:46 -07:00
Martin Aeschlimann
c04ce75d90
Leverage configurationDefaults for languages that we bundle with VS Code. Fixes #21301
2017-02-23 23:18:55 +01: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
1c90acd7f2
Merge pull request #13884 from Microsoft/aeschli/typescript-grammar-update
...
Typescript grammar update
2016-10-17 15:03:07 +02:00
Martin Aeschlimann
1fce4258a9
[go] Update grammar to atom/language-go@d941ce3 (2016-10-10)
2016-10-17 10:35:32 +02:00
Martin Aeschlimann
073c6d04e9
[themes] add support.function
2016-10-14 18:02:14 +02:00
Martin Aeschlimann
8751b28026
[themes] remove entity.name.function scope from dark vs-default
2016-10-14 16:06:39 +02:00
Martin Aeschlimann
216bba8e41
Update go grammar to atom/language-go@93594df (2015-12-10). Fixes #9841 .
2016-08-03 12:13:18 +02:00
Martin Aeschlimann
8020da609f
[go} adopt language configuration settings from go extension
2016-07-25 21:30:33 +02:00
Martin Aeschlimann
4a13944af6
Migrate all other languages to language-configuration.json
2016-07-21 20:30:37 +02:00
Martin Aeschlimann
c5adaf629a
[go] autoclosing & surrounding pairs
2016-04-21 22:34:15 +02:00