mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
More prep for moving completion provider out
This commit is contained in:
@@ -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': ['!', '.', '}'],
|
||||
|
||||
Reference in New Issue
Block a user