Skip to content

Commit

Permalink
Merge pull request emacs-lsp#177 from emacs-lsp/mpj/fix-quotes
Browse files Browse the repository at this point in the history
Fix unescaped quotes
  • Loading branch information
michaelpj authored Aug 24, 2023
2 parents d15bbb7 + d8a4d82 commit c443f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-haskell.el
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ but will take exponentially more time."
:lsp-path "haskell.plugin.explicit-fixity.globalOn")

(lsp-defcustom lsp-haskell-plugin-fourmolu-config-external nil
"Call out to an external "fourmolu" executable, rather than using the bundled library"
"Call out to an external \"fourmolu\" executable, rather than using the bundled library"
:type 'boolean
:group 'lsp-haskell-plugins
:package-version '(lsp-mode . "8.0.1")
Expand Down

0 comments on commit c443f15

Please sign in to comment.