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 4e73f3f commit cb632beCopy full SHA for cb632be
purescript-mode.el
@@ -35,7 +35,6 @@
35
(require 'purescript-align-imports)
36
(require 'purescript-sort-imports)
37
(require 'purescript-string)
38
-(require 'purescript-font-lock)
39
(require 'cl-lib)
40
41
;; All functions/variables start with `(literate-)purescript-'.
@@ -321,6 +320,7 @@ see documentation for that variable for more details."
321
320
(set (make-local-variable 'parse-sexp-ignore-comments) nil)
322
(set (make-local-variable 'indent-line-function) 'purescript-mode-suggest-indent-choice)
323
;; Set things up for font-lock.
+ (require 'purescript-font-lock)
324
(set (make-local-variable 'font-lock-defaults)
325
'(purescript-font-lock-choose-keywords
326
nil nil ((?\' . "w") (?_ . "w")) nil
0 commit comments