File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ that should be commented under LaTeX-style literate scripts."
371
371
(defun purescript-syntactic-face-function (state )
372
372
" `font-lock-syntactic-face-function' for PureScript."
373
373
(cond
374
- ((nth 3 state) font-lock-string-face ) ; as normal
374
+ ((nth 3 state) ' font-lock-string-face ) ; as normal
375
375
; ; Else comment. If it's from syntax table, use default face.
376
376
((or (eq 'syntax-table (nth 7 state))
377
377
(and (eq purescript-literate 'bird )
@@ -408,8 +408,8 @@ that should be commented under LaTeX-style literate scripts."
408
408
(setq doc (match-beginning 1 )))
409
409
doc)))))
410
410
(set (make-local-variable 'purescript-font-lock-seen-docstring ) t )
411
- font-lock-doc-face )
412
- (t font-lock-comment-face )))
411
+ ' font-lock-doc-face )
412
+ (t ' font-lock-comment-face )))
413
413
414
414
(defconst purescript-font-lock-keywords
415
415
(purescript-font-lock-keywords-create nil )
You can’t perform that action at this time.
0 commit comments