Skip to content

Commit 7c1fcaa

Browse files
authored
fix backslash escaping (#469)
1 parent 36a6bc3 commit 7c1fcaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lsp/src/Language/LSP/Server/Core.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ data LanguageContextEnv config =
114114
--
115115
-- @
116116
-- mconcat [
117-
-- notificationHandler SInitialized $ \notif -> pure ()
118-
-- , requestHandler STextDocumentHover $ \req responder -> pure ()
117+
-- notificationHandler SInitialized $ \\notif -> pure ()
118+
-- , requestHandler STextDocumentHover $ \\req responder -> pure ()
119119
-- ]
120120
-- @
121121
data Handlers m

0 commit comments

Comments
 (0)