extract js semantic tokens

This commit is contained in:
Martin Aeschlimann
2019-12-13 11:50:23 +01:00
parent d6aa8f540d
commit f07fae16be
3 changed files with 64 additions and 45 deletions

View File

@@ -17,7 +17,8 @@ import { getDocumentRegions, HTMLDocumentRegions } from './embeddedSupport';
import { getHTMLMode } from './htmlMode';
import { getJavaScriptMode } from './javascriptMode';
export { ColorInformation, ColorPresentation, Color };
export * from 'vscode-html-languageservice';
export { WorkspaceFolder } from 'vscode-languageserver';
export interface Settings {
css?: any;