Skip to content

Commit 6a62fd9

Browse files
VeryMilkyJoefendor
authored andcommitted
Add tracking of cabal files
1 parent 1a7cfed commit 6a62fd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension.ts

+1
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ async function activateServerForFolder(context: ExtensionContext, uri: Uri, fold
264264
documentSelector: [
265265
{ scheme: 'file', language: 'haskell', pattern: pat },
266266
{ scheme: 'file', language: 'literate haskell', pattern: pat },
267+
{ scheme: 'file', language: 'cabal', pattern: pat },
267268
],
268269
synchronize: {
269270
// Synchronize the setting section 'haskell' to the server.

0 commit comments

Comments
 (0)