Skip to content

Commit 0ab0cb1

Browse files
author
svein.ove
committed
Fix a typo in the indentation regex
Ignore-this: 243d6bdc7ec8058064b45239412b479d darcs-hash:20091127173310-f57bf-eb323c5b75946e51acd654e8ef71935e14dfaa35.gz
1 parent 26b74f5 commit 0ab0cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-indentation.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ Preserves indentation and removes extra whitespace"
850850
(if (or (looking-at "'\\([^\\']\\|\\\\.\\)*'")
851851
(looking-at "\"\\([^\\\"]\\|\\\\.\\)*\"")
852852
(looking-at ; Hierarchical names always start with uppercase
853-
"[[:upper:]]\\(\\sw\\|'\\))*\\(\\.\\(\\sw\\|'\\)+\\)*")
853+
"[[:upper:]]\\(\\sw\\|'\\)*\\(\\.\\(\\sw\\|'\\)+\\)*")
854854
(looking-at "\\sw\\(\\sw\\|'\\)*") ; Only unqualified vars can start with lowercase
855855
(looking-at "[0-9][0-9oOxXeE+-]*")
856856
(looking-at "[-:!#$%&*+./<=>?@\\\\^|~]+")

0 commit comments

Comments
 (0)