File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -455,14 +455,14 @@ that should be commented under LaTeX-style literate scripts."
455
455
; ; It's probably not worth the trouble, tho.
456
456
; ; ("^[ \t]*\\ (\\\\\\ )" (1 "."))
457
457
; ; Deal with instances of `--' which don't form a comment
458
- (" \\ s_ \\ {3,\\ }" (0 (cond ((numberp (nth 4 (syntax-ppss )))
458
+ (" \\ s. \\ {3,\\ }" (0 (cond ((numberp (nth 4 (syntax-ppss )))
459
459
; ; There are no such instances inside nestable comments
460
460
nil )
461
461
((string-match " \\ `-*\\' " (match-string 0 ))
462
462
; ; Sequence of hyphens. Do nothing in
463
463
; ; case of things like `{---' .
464
464
nil )
465
- (t " _ " )))) ; other symbol sequence
465
+ (t " . " )))) ; other symbol sequence
466
466
))
467
467
468
468
(defconst haskell-bird-syntactic-keywords
You can’t perform that action at this time.
0 commit comments