Commit Graph

3430 Commits

Author SHA1 Message Date
Ramya Achutha Rao
9483e9fa6a Honor emmet.excludeLanguages setting 2017-06-22 07:08:30 -07:00
Ramya Achutha Rao
c4bd992b03 Emmet Increment/Decrememnt commands 2017-06-22 07:08:30 -07:00
Krzysztof Cieślak
0636016735 Add git amend commands in package.json 2017-06-22 14:22:35 +02:00
Krzysztof Cieślak
8afa14668e Add git amend commands 2017-06-22 14:22:14 +02:00
Bugra Cuhadaroglu
febe79bfc1 Adding some logic behind the gitignore entries. 2017-06-21 21:55:27 -07:00
Bugra Cuhadaroglu
bc2d0e43de Adding apply edit to the gitignore file. 2017-06-21 19:52:41 -07:00
NKumar2
9aaeb1989a Registering and handling commad 2017-06-21 19:51:38 -07:00
NKumar2
2bad7de4e3 Util function to append string in file 2017-06-21 19:50:14 -07:00
Ramya Achutha Rao
a38d58506a Evaluate Math Expression using new Emmet 2017-06-21 19:05:10 -07:00
Ramya Achutha Rao
09e94a709c Multi cursor for Wrap with Abbreviation command #27621 2017-06-21 18:14:29 -07:00
Ramya Achutha Rao
24d52d6363 Multi cursor for Emmet Expand Abbreviation command #27621 2017-06-21 18:10:03 -07:00
Ramya Achutha Rao
47c79fd2a8 Update shrinkwrap 2017-06-21 17:42:54 -07:00
Ramya Achutha Rao
93de2bd8df Remove emmet autocomplete for jsx Fixes #29185 2017-06-21 17:00:38 -07:00
Ramya Achutha Rao
07c5fe39dd Moved emmet completion provider to vscode-emmet-helper 2017-06-21 16:21:54 -07:00
Ramya Achutha Rao
1a11b9dd4f getNode is not needed by the helper module 2017-06-21 14:47:42 -07:00
Ramya Achutha Rao
b7afeff71d More prep for moving completion provider out 2017-06-21 14:33:59 -07:00
Ramya Achutha Rao
a057a5974a Prepping to move completion provider to a re-usable module 2017-06-21 14:22:30 -07:00
Rob Lourens
d51eaa45c8 Bump timeout for test involving search - fix #28794 2017-06-21 14:14:18 -07:00
Matt Bierner
8d6645c242 Initial work on making ts extension multiroot aware 2017-06-21 13:43:45 -07:00
Ramya Achutha Rao
23360c8b24 Do not expand abbr if syntax is not valid 2017-06-21 11:31:51 -07:00
Ramya Achutha Rao
69e706a10e Use internal emmet logic to figure out syntax as emmet extension is not aware of embedded languages 2017-06-21 11:27:24 -07:00
Rob Lourens
ddce302ba1 Revert "Bump timeout for test involving search - #28794"
This reverts commit c793042d0b.
2017-06-21 10:41:03 -07:00
Rob Lourens
250260678a Fix #29094 2017-06-21 10:04:02 -07:00
Rob Lourens
c793042d0b Bump timeout for test involving search - #28794 2017-06-21 10:02:56 -07:00
Joao Moreno
5667cc0e69 use vsce to determine what to package when bundling extensions
fixes #29054
2017-06-21 16:17:21 +02:00
Benjamin Pasero
f14d6bb0a2 multi root - adopt for title bar variables 2017-06-21 09:02:16 +02:00
Bugra Cuhadaroglu
39f33ae2ae Git: Pull from specific branch 2017-06-20 19:52:47 -07:00
Ramya Achutha Rao
a49a42680a Explicit mapping for langs whose parent are emmet supported #28545 2017-06-20 18:49:55 -07: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
Rob Lourens
691fbe1615 Merge pull request #29130 from jens1o/jens1o-update-php-grammar
update php grammar
2017-06-20 18:24:48 -07:00
Matt Bierner
c1906c79af Update coffee grammar tests 2017-06-20 18:23:09 -07:00
Ramya Achutha Rao
a318cab2f0 Combine Expand/Complete Emmet abbreviations #28556 2017-06-20 17:53:27 -07:00
Ramya Achutha Rao
8f5fc228a7 Refactoring to support #28556 eventually 2017-06-20 17:39:10 -07:00
Matt Bierner
5767e38cea Treat single line breaks as spaces in jsdocs. Fixes #28971 2017-06-20 17:28:48 -07:00
Matt Bierner
6eab963cc4 Add highlighting for coffeescript string interpolation. Fixes #29108 2017-06-20 16:43:37 -07:00
Matt Bierner
4f372d0b25 Update coffeescript grammar 2017-06-20 16:43:37 -07:00
Ramya Achutha Rao
ac60143aa9 Honor emmet.extensionsPath setting for variables and profile 2017-06-20 15:51:06 -07:00
Ramya Achutha Rao
91008076eb Get latest emmet expand abbr module to exlcude mocha from dependencies 2017-06-20 15:00:29 -07:00
Christof Marti
5b4f203e16 Remove unnecessary dependencies 2017-06-20 14:09:20 -07:00
Ramya Achutha Rao
6e366b8f90 Reduce dev dependencies of emmet #28874 2017-06-20 14:05:48 -07:00
Matt Bierner
6fa9edcf71 Update js/ts grammar 2017-06-20 13:51:31 -07:00
Ramya Achutha Rao
05b254dcfb Support variable customization in emmet snippets 2017-06-20 12:54:07 -07:00
Ramya Achutha Rao
5e2d92d269 Support xhtml as output profile 2017-06-20 11:43:35 -07:00
jens1o
d4e6fc459c update php grammar 2017-06-20 20:20:09 +02:00
Alexandru Dima
41616b5a71 Merge pull request #29050 from rebornix/IndentInLanguageConfig
Customize indent rules in language configuration
2017-06-20 10:37:48 +02:00
Ramya Achutha Rao
1809bb2fc1 Use emmet.syntaxProfiles in new emmet 2017-06-19 22:37:19 -07:00
Christof Marti
e75ff7dc9f Register regular commands and look up active editor (fixes #27584, fixes #27585) 2017-06-19 18:40:11 -07:00
Ramya Achutha Rao
8902a30b12 Consolidate emmet expand action and emmet completion 2017-06-19 17:35:05 -07:00
rebornix
12e35dfb3e Customize indent rules in language configuration 2017-06-19 13:39:28 -07:00