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 0738f76dac
.
2021-01-25 17:07:56 +01:00
João Moreno
bc7d3c9ea6
remove grammar extensions
2021-01-15 12:35:17 +01:00
Matt Bierner
040034f7ae
Update colorizer baselines
2020-05-26 16:22:50 -07:00
Martin Aeschlimann
d5e12a12dd
Use code-snippet suffix for extension snippets. Fixes #94625
2020-04-08 10:12:23 +02:00
Miguel Solorio
666fcc0d62
Fix #88418 , update number color for color contrast
2020-01-21 10:23:18 -08:00
Martin Aeschlimann
e9bb8b306c
do not autoclose quotes when in strings. Fixes #88265
2020-01-09 10:34: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
ExE Boss
8754c66d10
feat(coffeescript): Add `.iced` extension ( #70686 )
2019-03-18 11:12:35 +01:00
Matt Bierner
ff58f5083f
Pull in updated coffeescript grammar
...
Fixes #67138
2019-01-25 15:36:17 -08: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
318720824f
Merge pull request #44566 from jhessin/patch-1
...
Update language-configuration.json
2018-09-17 17:18:44 +02:00
Martin Aeschlimann
c640a0ed5c
adopt color changes in colorizer tests
2018-07-27 11:02:03 +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
Jim Hessin
f347038e9b
Update language-configuration.json
...
A simple change allowing the user to surround selected code in spaces so instead of being stuck surrounding things tightly spaces can be used. i.e.:
```coffeescript
import {subobject} from 'somelibrary'
```
can quickly become:
```coffeescript
import { subobject } from 'somelibrary'
```
2018-02-27 05:10:38 -07:00
Martin Aeschlimann
292a290e3f
Rename built-in syntax and snippet extensions to "Language Basics". Fixes #44241
2018-02-26 21:27:22 +01:00
Aldo Donetti
3b0e387fcd
proper casing
...
as part of the translation activity we get feedback from translators - this is about Coffeescript's proper casing being CoffeeScript
thank you https://www.transifex.com/user/profile/joelyang/
2018-02-22 10:07:26 +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
2711d3f9ba
[coffeescript] snippets for regions
2017-11-30 11:28:28 +01:00
nkofl
19e01f7f97
Add code folding #region support in coffeescript
2017-11-29 14:02:47 -05:00
Martin Aeschlimann
f0449095bc
[coffee] update grammar
2017-11-10 09:19:55 +01:00
Martin Aeschlimann
5e49f39f83
[coffee] update grammar test
2017-11-02 11:00:12 +01:00
Schmitt, Max
afc2ba7fec
Updated atom coffeescript tmLanguage file
2017-10-27 13:03:59 +02:00
Martin Aeschlimann
e35cd8be33
[coffee] update grammar
2017-10-24 11:05:54 +02:00
Matt Bierner
4d09bef3c5
Update coffeescript grammar
...
Fixes #36422
2017-10-17 12:54:49 -07:00
Martin Aeschlimann
f39d1854f3
[cofeescript] update grammar
2017-09-25 15:25:05 +02:00
Martin Aeschlimann
a678f60100
FoldingRules language configuration simplification
2017-09-22 13:50:03 +02:00
Martin Aeschlimann
de68414a9a
[folding] should not fold whitespace after function. Fixes #3353
2017-09-20 11:09:42 +02:00
Matt Bierner
845fa13b41
Tweak colorization of regexp for light+ and dark+
2017-09-14 14:45:35 -07:00
Matt Bierner
43cb3b41ac
Continue tweaking default dark and light colorization for escape characters and regular expressions
2017-09-13 10:40:07 -07:00
Matt Bierner
3864be5b8e
Add rules for regex groups to vs dark+ and light+ themes
2017-09-12 11:52:25 -07:00
Matt Bierner
dc2f6ec2a5
Improve colorization of embedded start end puctuators across languages
2017-09-12 09:49:40 -07:00
Martin Aeschlimann
c57c36ed5e
[coffeescript] update grammar
2017-09-08 10:47:06 +02:00
Joao Moreno
5667cc0e69
use vsce to determine what to package when bundling extensions
...
fixes #29054
2017-06-21 16:17:21 +02:00
Matt Bierner
c759a07257
Fix bad cherrypick of coffeescript test update
2017-06-20 18:27:13 -07:00
Matt Bierner
4c1a6f1e41
Revert "Update coffee grammar tests"
...
This reverts commit c1906c79af
.
2017-06-20 18:27:13 -07:00
Matt Bierner
c1906c79af
Update coffee grammar tests
2017-06-20 18:23:09 -07:00
Matt Bierner
4f372d0b25
Update coffeescript grammar
2017-06-20 16:43:37 -07:00
Martin Aeschlimann
f9084bb244
Add information_for_contributors to grammars
2017-05-26 09:27:51 +02:00