Skip to content

Commit c661eab

Browse files
authored
Merge pull request #417 from VeryMilkyJoe/track-cabal-files
Add tracking of cabal files
2 parents a15678e + 50222f8 commit c661eab

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
@@ -188,6 +188,7 @@ async function activateServerForFolder(context: ExtensionContext, uri: Uri, fold
188188
documentSelector: [
189189
{ scheme: 'file', language: 'haskell', pattern: pat },
190190
{ scheme: 'file', language: 'literate haskell', pattern: pat },
191+
{ scheme: 'file', language: 'cabal', pattern: pat },
191192
],
192193
synchronize: {
193194
// Synchronize the setting section 'haskell' to the server.

0 commit comments

Comments
 (0)