Skip to content

Commit b14b373

Browse files
authored
Merge pull request #373 from Max7cd/master
fixed a small typo that caused the server not load .lhs files
2 parents 899a2ce + 21fbcaf commit b14b373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ async function activeServer(context: ExtensionContext, document: TextDocument) {
106106
if (
107107
(document.languageId !== 'haskell' &&
108108
document.languageId !== 'cabal' &&
109-
document.languageId !== 'literate Haskell') ||
109+
document.languageId !== 'literate haskell') ||
110110
(document.uri.scheme !== 'file' && document.uri.scheme !== 'untitled')
111111
) {
112112
return;

0 commit comments

Comments
 (0)