mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Prepping to move completion provider to a re-usable module
This commit is contained in:
@@ -4,11 +4,12 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import * as vscode from 'vscode';
|
||||
import { getNode, isStyleSheet, getNodesInBetween } from './util';
|
||||
import { getNodesInBetween } from './util';
|
||||
import parse from '@emmetio/html-matcher';
|
||||
import parseStylesheet from '@emmetio/css-parser';
|
||||
import Node from '@emmetio/node';
|
||||
import { DocumentStreamReader } from './bufferStream';
|
||||
import { DocumentStreamReader } from './emmetForVSCode/bufferStream';
|
||||
import { getNode, isStyleSheet } from './emmetForVSCode/emmetUtils';
|
||||
|
||||
const startCommentStylesheet = '/*';
|
||||
const endCommentStylesheet = '*/';
|
||||
|
||||
Reference in New Issue
Block a user