mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
More prep for moving completion provider out
This commit is contained in:
@@ -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 = '*/';
|
||||
|
||||
Reference in New Issue
Block a user