Commit Graph

45 Commits

Author SHA1 Message Date
Ramya Achutha Rao
0c079cb7df Support for canvas,td,tr,th in emmet suggestions 2017-08-20 12:22:26 -07:00
Ramya Achutha Rao
a1a198e730 Fix parsing error in less files with loop #32354 2017-08-16 22:13:20 -07:00
Ramya Achutha Rao
9ec087df26 Upstream fix for #32263 2017-08-14 14:18:53 -07:00
Ramya Achutha Rao
6822a81494 Escape $ when not a tabstop or #32420 2017-08-14 13:42:08 -07:00
Ramya Achutha Rao
1531c8d2f4 lookahead not needed when running emmet expand #32478 2017-08-14 09:58:07 -07:00
Ramya Achutha Rao
9c86eb33f9 Fixes to getCurrentWord in emmet helper Fixes #32254 2017-08-13 12:41:55 -07:00
Ramya Achutha Rao
fa413ff008 Move the checks on abbreviations to helper module 2017-08-12 20:25:17 -07:00
Ramya Achutha Rao
ec58dc2212 Absorb fix where bem should be applied before jsx addon Fixes #32183 2017-08-09 11:32:15 -07:00
Ramya Achutha Rao
5278a69ae1 Use latest emmet css parser Fixes #31990 2017-08-03 13:55:52 -07:00
Ramya Achutha Rao
7727460c6d Use emmet helper from Microsoft repo 2017-08-02 13:33:41 -07:00
Ramya Achutha Rao
a65e0d390c Support trim filter when wrapping abbreviations Fixes #31893 2017-08-02 12:28:48 -07:00
Ramya Achutha Rao
6add313e08 Fix emmet custom snippets for html Fixes #29146 2017-08-02 11:15:11 -07:00
Ramya Achutha Rao
f748ce1f32 Absorbing fixes from upstream 2017-08-01 16:55:13 -07:00
Ramya Achutha Rao
e6c89af29a Use umd module for expand abbreviation 2017-08-01 16:55:13 -07:00
Ramya Achutha Rao
426e428218 No need to use our own fork as upstream fixes are now in 2017-07-31 15:52:49 -07:00
Ramya Achutha Rao
b535426bba Use fork of emmet modules to get latest fixes 2017-07-31 14:15:55 -07:00
Ramya Achutha Rao
1a48c8510b Get latest for emmet output-renderer module Fixes #27784 2017-07-29 20:02:21 -07:00
Ramya Achutha Rao
6328bae2bf Add vscode-nls to shrinkwrap 2017-07-26 23:49:09 -07:00
Ramya Achutha Rao
3ac721148d Support bem filter in emmet fixes #30395 2017-07-26 14:52:15 -07:00
Ramya Achutha Rao
6f36994285 Absorb upstream emmet snippet changes Fixes #30496 2017-07-24 16:10:09 -07:00
Ramya Achutha Rao
8328939058 Emmet update dependencies 2017-07-24 11:29:11 -07:00
Ramya Achutha Rao
559bc4560e Updating shrinkwrap for emmet 2017-07-23 11:48:00 -07:00
Ramya Achutha Rao
ad92e3f1c4 Provide commonly used tags as suggestions 2017-07-21 16:44:50 -07:00
Ramya Achutha Rao
a34f7db970 Absorb abbr validations change from helper Fixes #31003 2017-07-20 11:38:44 -07:00
Ramya Achutha Rao
b9e491d2bf Emmet: Fix issue when last letter in the line is not picked up 2017-07-19 17:57:30 -07:00
Ramya Achutha Rao
5fb80bb933 Combine custom snippets from base syntax #29146 2017-07-19 13:16:37 -07:00
Ramya Achutha Rao
94f73b3f00 Fix emmet issue when cursor is in between the abbreviation 2017-07-18 21:56:59 -07:00
Ramya Achutha Rao
b896d25097 Emmet: Support custom snippets Fixes #29146 2017-07-18 17:10:33 -07:00
Ramya Achutha Rao
05e653d61e Fixes #29473 Over eager matching of emmet in css 2017-07-18 14:45:35 -07:00
Ramya Achutha Rao
c189b621fd Fixes #29943 Skip default emmet expansion when text is not abbreviation 2017-07-18 12:26:38 -07:00
Ramya Achutha Rao
44072eb058 Fixes #30265 skip emmet expand when text is not snippet or abbreviation 2017-07-18 10:37:27 -07:00
Ramya Achutha Rao
f2a9356417 Absorb changes to the vscode-emmet-helper 0.0.19 2017-07-17 19:25:12 -07:00
Ramya Achutha Rao
c3643f00e8 Updating version to absorb the change in url 2017-06-30 11:18:01 -07:00
Ramya Achutha Rao
0ee00cbd2a Emmet Error handling Fixes #29897 2017-06-29 18:35:53 -07:00
Ramya Achutha Rao
e7de8b2536 More trigger chars #29758 2017-06-29 17:18:33 -07:00
Ramya Achutha Rao
42ae1fc0f6 Emmet html suggestions after typing : #29758 2017-06-29 11:02:06 -07:00
Ramya Achutha Rao
7ba1dcff0c Emmet suggestions in non markup/stylesheet languages #29532 2017-06-28 13:59:28 -07:00
Ramya Achutha Rao
b508e11e5a Use latest vscode-emmet-helper to use right regex for validating abbr 2017-06-25 21:35:47 -07:00
Ramya Achutha Rao
0373af95e4 Absorb change that will give better ordering for emmet css #28933 2017-06-23 17:42:06 -07:00
Ramya Achutha Rao
d760b6fcaf Validations for emmet abbreviations Fixes #27975 2017-06-23 13:48:04 -07:00
Ramya Achutha Rao
93852f895d Get latest vscode-emmet-helper to fix #29276 2017-06-22 16:57:29 -07:00
Ramya Achutha Rao
a38d58506a Evaluate Math Expression using new Emmet 2017-06-21 19:05:10 -07:00
Ramya Achutha Rao
47c79fd2a8 Update shrinkwrap 2017-06-21 17:42:54 -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
Ramya Rao
4ffa2539da shrinkwrap, OSSREADME for emmet (#28570) 2017-06-12 22:22:48 -07:00