Skip to content

Commit

Permalink
begin support for CSS embedded region intelliSense 1/3
Browse files Browse the repository at this point in the history
Related to #156
  • Loading branch information
panoply committed May 18, 2023
1 parent dd27847 commit 9c2026f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension/services/CSSLanguageService.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { getCSSLanguageService, DiagnosticSeverity, LanguageService, TextDocument } from 'vscode-css-languageservice';
import { languages, Position, Range, TextDocument as ITextDocument, Uri, CompletionItem } from 'vscode';

export class CSSLanguageService {

/**
Expand Down

0 comments on commit 9c2026f

Please sign in to comment.