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

@@ -6,8 +6,8 @@
import * as vscode from 'vscode';
import parse from '@emmetio/html-matcher';
import Node from '@emmetio/node';
import { DocumentStreamReader } from './emmetForVSCode/bufferStream';
import { isStyleSheet, getNode } from './emmetForVSCode/emmetUtils';
import { DocumentStreamReader } from './bufferStream';
import { isStyleSheet, getNode } from './vscode-emmet-helper/abbreviationUtil';
export const LANGUAGE_MODES: Object = {
'html': ['!', '.', '}'],