We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb543d3 commit 6763b67Copy full SHA for 6763b67
src/Server.hs
@@ -110,7 +110,9 @@ handlers =
110
result <- Handler.onHover uri pos
111
responder $ Right result,
112
notificationHandler SInitialized $ \_not -> pure (),
113
- notificationHandler STextDocumentDidOpen $ \_not -> pure ()
+ notificationHandler STextDocumentDidOpen $ \_not -> pure (),
114
+ notificationHandler STextDocumentDidSave $ \_not -> pure (),
115
+ notificationHandler STextDocumentDidChange $ \_not -> pure ()
116
-- -- syntax highlighting
117
-- , requestHandler STextD_cumentSemanticTokensFull $ \req responder -> do
118
-- result <- Handler.onHighlight (req ^. (params . textDocument . uri))
0 commit comments