From 1dfe191127eba2d68bb6bd91992936ef55509d24 Mon Sep 17 00:00:00 2001 From: Sangwoo Joh Date: Thu, 15 Sep 2022 15:08:09 +0900 Subject: [PATCH] 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 ee066deb..2058242e 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.