Skip to content

Commit

Permalink
fix backslash escaping (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
kostmo authored Jan 7, 2023
1 parent 36a6bc3 commit 7c1fcaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lsp/src/Language/LSP/Server/Core.hs
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ data LanguageContextEnv config =
--
-- @
-- mconcat [
-- notificationHandler SInitialized $ \notif -> pure ()
-- , requestHandler STextDocumentHover $ \req responder -> pure ()
-- notificationHandler SInitialized $ \\notif -> pure ()
-- , requestHandler STextDocumentHover $ \\req responder -> pure ()
-- ]
-- @
data Handlers m
Expand Down

0 comments on commit 7c1fcaa

Please sign in to comment.