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
Sandeep Somavarapu
a8603d43ac
Fix #102823
2020-08-28 16:40:55 +02:00
Vitaliy Gulyy
3944e56699
Allow syntax highlighting for Dockerfile.*, Containerfile.* ( fixes #102897 )
...
Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
2020-07-30 09:50:39 +02:00
Rick van Galen
571b747c28
Containerfile support ( #93184 )
...
* Apply Dockerfile highlighting to Containerfile
* Recognize Containerfile in Search Editor highlighting
* Register opening Containerfile files on macOS
* Register opening Containerfile files on Windows
2020-05-27 14:47:27 +02:00
Alex Ross
27a97b9534
Allow quick suggestions in strings in dockerfiles
...
Part of #95924
2020-04-28 15:46:05 +02: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
Alex Ross
6e968190df
Update grammars
2019-02-04 16:35:48 +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
Martin Aeschlimann
3afb2b72ac
[docker] fix OSSReadme
2018-03-26 13:56:21 +02: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
Martin Aeschlimann
79166edd9a
[docker] update grammar
2017-08-15 15:29:56 +02: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
Martin Aeschlimann
d264b70f20
[docker] update grammar
2017-05-26 09:27:47 +02:00
chrisdias
312cb04e19
fix keyword type to fix tests
2017-05-08 15:50:46 -07:00
chrisdias
91b7995904
support FROM...AS in dockerfile
2017-05-08 14:25:17 -07:00
Matt Bierner
79b1ec851a
Run distro tool
2017-04-28 10:27:47 -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
bc6b817cf2
[docker] add update grammar script
2016-12-05 11:44:30 +01:00
Jonathan Carter
d4cde6aee1
Adding Docker 1.12 instructions to its grammar
...
This simply updates the Docker grammar to include the `HEALTHCHECK` and `SHELL` commands that were added to Docker 1.12, and were added to the [grammar file](4cb71f8082/contrib/syntax/textmate/Docker.tmbundle/Syntaxes/Dockerfile.tmLanguage ) which VS Code's copy is based on.
2016-12-04 22:07:41 -08:00
Martin Aeschlimann
4a13944af6
Migrate all other languages to language-configuration.json
2016-07-21 20:30:37 +02:00
Martin Aeschlimann
f06b53a1da
[docker] autoclosing & surrounding pairs
2016-04-21 22:26:35 +02:00
Martin Aeschlimann
37f5e2b355
[colorize tests] update test result data
2016-04-11 21:28:19 +02:00
Martin Aeschlimann
f6c9b396f9
Merge pull request #5139 from pjmeyer/master
...
Update Dockerfile highlighting to support 'ARG'
2016-04-11 17:48:25 +02:00
Martin Aeschlimann
f324e87fc7
[docker] colorizer tests
2016-04-11 16:03:37 +02:00
PJ Meyer
0ae67eeff6
Add ARG and match DTD
2016-04-10 21:00:42 -07:00
Alex Dima
92a726b8da
Revert OSSREADME.json / ThirdPartyNotices.txt changes
2015-12-17 12:41:01 +01:00
Chris Dias
fd00777eac
fix whitespace
2015-12-16 18:16:43 -08:00
Chris Dias
048dcbb349
add licenseDetail for missing C/R statements
2015-12-16 17:23:51 -08:00
Erich Gamma
8f35cc4768
Hello Code
2015-11-13 14:39:38 +01:00