mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Moved emmet completion provider to vscode-emmet-helper
This commit is contained in:
@@ -9,7 +9,7 @@ import parse from '@emmetio/html-matcher';
|
||||
import parseStylesheet from '@emmetio/css-parser';
|
||||
import Node from '@emmetio/node';
|
||||
import { DocumentStreamReader } from './bufferStream';
|
||||
import { isStyleSheet } from './vscode-emmet-helper/abbreviationUtil';
|
||||
import { isStyleSheet } from 'vscode-emmet-helper';
|
||||
|
||||
const startCommentStylesheet = '/*';
|
||||
const endCommentStylesheet = '*/';
|
||||
|
||||
Reference in New Issue
Block a user