Commit graph

6 commits

Author SHA1 Message Date
Martin Aeschlimann e9bb8b306c do not autoclose quotes when in strings. Fixes #88265 2020-01-09 10:34:43 +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
nkofl 19e01f7f97
Add code folding #region support in coffeescript 2017-11-29 14:02:47 -05: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
Martin Aeschlimann 4a13944af6 Migrate all other languages to language-configuration.json 2016-07-21 20:30:37 +02:00
Renamed from extensions/coffeescript/coffeescript.configuration.json (Browse further)