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,7 +6,7 @@
import * as vscode from 'vscode';
import { getDeepestNode, findNextWord, findPrevWord } from './util';
import Node from '@emmetio/node';
import { getNode } from './emmetForVSCode/emmetUtils';
import { getNode } from './vscode-emmet-helper/abbreviationUtil';
export function nextItemStylesheet(startOffset: vscode.Position, endOffset: vscode.Position, editor: vscode.TextEditor, rootNode: Node): vscode.Selection {