Moved emmet completion provider to vscode-emmet-helper

This commit is contained in:
Ramya Achutha Rao
2017-06-21 16:21:54 -07:00
parent 1a11b9dd4f
commit 07c5fe39dd
12 changed files with 11 additions and 290 deletions

View File

@@ -9,7 +9,7 @@ import parse from '@emmetio/html-matcher';
import parseStylesheet from '@emmetio/css-parser';
import Node from '@emmetio/node';
import { DocumentStreamReader } from './bufferStream';
import { isStyleSheet } from './vscode-emmet-helper/abbreviationUtil';
import { isStyleSheet } from 'vscode-emmet-helper';
const startCommentStylesheet = '/*';
const endCommentStylesheet = '*/';