branch: elpa/smartparens
commit 1dfe191127eba2d68bb6bd91992936ef55509d24
Author: Sangwoo Joh <work.sangwoo....@gmail.com>
Commit: GitHub <nore...@github.com>

    Update smartparens-ml.el
---
 smartparens-ml.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/smartparens-ml.el b/smartparens-ml.el
index ee066debf4..2058242e3a 100644
--- a/smartparens-ml.el
+++ b/smartparens-ml.el
@@ -63,7 +63,7 @@
   (sp-local-pair "{|" "|}" )      ;; multi-line string
   (sp-local-pair "[|" "|]" )      ;; array
   (sp-local-pair "sig" "end" )    ;; signature
-  (sp-local-pair "module" "end" ) ;; module
+  (sp-local-pair "struct" "end" ) ;; module
   (sp-local-pair "(*" "*)" ))     ;; comment
 
 ;; Ignore punctuation, so we can split ~(foo) to ~foo.

Reply via email to