Skip to content

Commit

Permalink
Merge pull request #417 from VeryMilkyJoe/track-cabal-files
Browse files Browse the repository at this point in the history
Add tracking of cabal files
  • Loading branch information
jneira authored Jul 29, 2021
2 parents a15678e + 50222f8 commit c661eab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ async function activateServerForFolder(context: ExtensionContext, uri: Uri, fold
documentSelector: [
{ scheme: 'file', language: 'haskell', pattern: pat },
{ scheme: 'file', language: 'literate haskell', pattern: pat },
{ scheme: 'file', language: 'cabal', pattern: pat },
],
synchronize: {
// Synchronize the setting section 'haskell' to the server.
Expand Down

0 comments on commit c661eab

Please sign in to comment.