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 26b74f5 commit 0ab0cb1Copy full SHA for 0ab0cb1
haskell-indentation.el
@@ -850,7 +850,7 @@ Preserves indentation and removes extra whitespace"
850
(if (or (looking-at "'\\([^\\']\\|\\\\.\\)*'")
851
(looking-at "\"\\([^\\\"]\\|\\\\.\\)*\"")
852
(looking-at ; Hierarchical names always start with uppercase
853
- "[[:upper:]]\\(\\sw\\|'\\))*\\(\\.\\(\\sw\\|'\\)+\\)*")
+ "[[:upper:]]\\(\\sw\\|'\\)*\\(\\.\\(\\sw\\|'\\)+\\)*")
854
(looking-at "\\sw\\(\\sw\\|'\\)*") ; Only unqualified vars can start with lowercase
855
(looking-at "[0-9][0-9oOxXeE+-]*")
856
(looking-at "[-:!#$%&*+./<=>?@\\\\^|~]+")
0 commit comments