More prep for moving completion provider out

This commit is contained in:
Ramya Achutha Rao
2017-06-21 14:33:47 -07:00
parent 90f0439738
commit b7afeff71d
16 changed files with 25 additions and 25 deletions

View File

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