Commit Graph
3442 Commits
Author SHA1 Message Date
Sandeep Somavarapu 2c4d196d57 Extensions suggestions in workspace configuration file 2017-09-19 10:36:32 +02:00
rebornix d069e922ef Re #34366. Extensions define color formats. 2017-09-19 00:03:58 -07:00
Ramya Achutha Rao 4571d387c9 No emmet at value part of property Fixes #34162 2017-09-18 18:24:21 -07:00
Matt Bierner b6e7279be4 Fix language mode for script and style blocks in markdown
Fixes #34602
2017-09-18 17:41:48 -07:00
Matt Bierner b45a168102 Mark markdown fenced code blocks with correct language mode
Fixes #34598
2017-09-18 15:52:41 -07:00
Matt Bierner f9fa4ae361 Add schema for contributed markdown API
Fixes #31874
2017-09-18 14:55:13 -07:00
Matt Bierner 761d23b04c Mark inline js expressions in js with language javascript
Fixes #20874
2017-09-18 14:32:58 -07:00
Martin Aeschlimann 012d7da5bc [r] use grammar from https://github.com/Ikuyadeu/vscode-R 2017-09-18 16:17:18 +02:00
Martin Aeschlimann 0943cc3d5a [html] support script type=module. Fixes #34488 2017-09-18 15:43:13 +02:00
Dirk Baeumer 69a6c8994c Add multi root support to Jake auto detect 2017-09-15 17:17:12 +02:00
Martin Aeschlimann baed6fa95b [html] multi folder settings optimizations 2017-09-15 16:39:56 +02:00
Martin Aeschlimann bde20085c7 [html] use vscode-uri 2017-09-15 16:39:56 +02:00
Dirk Baeumer 48b2d7a964 Make grunt auto detect multi folder aware 2017-09-15 13:36:45 +02:00
Dirk Baeumer 575efe5a5d Make gulp auto detection multi folder aware 2017-09-15 13:18:27 +02:00
Joao Moreno 867e521341 dont read XDG_RUNTIME_DIR 2017-09-15 12:57:16 +02:00
Matt Bierner 9a38cc36a5 Fix missing colorization test update 2017-09-14 19:59:52 -07:00
Matt Bierner 845fa13b41 Tweak colorization of regexp for light+ and dark+ 2017-09-14 14:45:35 -07:00
Matt Bierner 38853832f8 Fix compile error 2017-09-13 23:39:30 -07:00
Matt Bierner 0347eda931 Update TS/JS grammars 2017-09-13 23:00:51 -07:00
Ramya Achutha Rao 68040fa300 Use 1.1.8 version of vscode emmet helper Fixes #34216 Fixes #33898 2017-09-13 17:18:34 -07:00
Rob Lourens 2859b125c1 Fix #34204 - revert problematic brace matching change from language-php 2017-09-13 14:56:18 -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
Martin Aeschlimann fb5cdf0948 [html] change default of html.format.unformatted to empty 2017-09-13 16:31:34 +02:00
Martin Aeschlimann 8351891a17 [html] remove console log 2017-09-13 16:00:45 +02:00
Martin Aeschlimann 46c8ce6df5 configuration contribution point: support for array of settings sections, deprecate the 'allOf' trick used in CSS. 2017-09-13 12:38:28 +02:00
Joao Moreno b1a7be798e add git.stageAll to provider menu
related to #34230
2017-09-13 09:18:09 +02:00
Matt Bierner bba374c79b Colorize python placeholders in strings 2017-09-12 18:59:00 -07:00
Martin Aeschlimann 5c12dc3e10 [html] update service 2017-09-12 23:38:13 +02:00
Martin Aeschlimann 3014483db0 [css] update service 2017-09-12 23:37:38 +02: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 35c8bc4daa Further improve colorization of embeded expressions
- Add groovy embedded support
- Make high contrast colorization consistent
2017-09-12 11:04:02 -07:00
Matt Bierner 69bc9d6ac9 Update groovy and cshtml colorization tests 2017-09-12 10:44:05 -07:00
Matt Bierner dc2f6ec2a5 Improve colorization of embedded start end puctuators across languages 2017-09-12 09:49:40 -07:00
Matt Bierner 3d314e25eb Fix ruby embedded source puctuator colorization 2017-09-12 09:34:11 -07:00
Joao Moreno 5a4a40c9cb fixes #34209 2017-09-12 15:13:49 +02:00
Matt Bierner 33ec299b85 Reset Styling for meta.embedded for other themes 2017-09-11 11:24:44 -07:00
Matt Bierner 3952d4ed5c Convert Red theme to json 2017-09-11 11:24:44 -07:00
Matt Bierner 1d992b11f7 Use MarkedString for js completion and sig help 2017-09-11 11:03:44 -07:00
Benjamin Pasero 18f3f1d71b 💄 2017-09-11 16:22:45 +02:00
Matt Bierner dce4442b91 remove no longer needed todo 2017-09-08 22:58:52 -07:00
Matt Bierner 2dcc231cdb Pick up new TS insiders 2017-09-08 22:58:52 -07:00
Peng Lyu 3481343397 Merge pull request #34001 from rebornix/ColorPickerFormatter
Functional style formatter. Color range is all float numb…
2017-09-08 19:17:58 -07:00
Matt Bierner 5829262687 Fix markdown reference links for links with spaces 2017-09-08 14:43:35 -07:00
rebornix 3753e0e1d2 Align signatures with other providers. 2017-09-08 14:11:44 -07:00
rebornix 3479d81d77 Fix #32235. Functional style formatter. Color range is all float number and remove fromHex, fromHSL methods. 2017-09-08 11:36:39 -07:00
Christof Marti 1488aafa09 Load Markdown and XML parsers on demand (fixes #33141) 2017-09-08 09:52:08 -07:00
Martin Aeschlimann 7e54077656 [objecttive-c] fix grammar version stamp 2017-09-08 11:01:42 +02:00
Martin Aeschlimann 35743c41cf [shellscript] update grammar 2017-09-08 10:47:07 +02:00
Martin Aeschlimann b47f185238 [shaderlab] update grammar (fixes #33316) 2017-09-08 10:47:07 +02:00
Martin Aeschlimann 317c2da250 [scss] update grammar 2017-09-08 10:47:07 +02:00