Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--languages.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index 9be8a017..72b976dd 100644
--- a/languages.toml
+++ b/languages.toml
@@ -2482,6 +2482,12 @@ injection-regex = "sml"
file-types = ["sml"]
block-comment-tokens = { start = "(*", end = "*)" }
+[language.auto-pairs]
+'(' = ')'
+'{' = '}'
+'[' = ']'
+'"' = '"'
+
[[grammar]]
name = "sml"
source = { git = "https://github.com/Giorbo/tree-sitter-sml", rev = "bd4055d5554614520d4a0706b34dc0c317c6b608" }