Unnamed repository; edit this file 'description' to name the repository.
Disable auto-pairing ` in OCaml (#8260)
Bannerets 2023-09-13
parent ccabfee · commit e4ba237
-rw-r--r--languages.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/languages.toml b/languages.toml
index 85cc95d4..37d2e94c 100644
--- a/languages.toml
+++ b/languages.toml
@@ -886,7 +886,6 @@ indent = { tab-width = 2, unit = " " }
'{' = '}'
'[' = ']'
'"' = '"'
-'`' = '`'
[[grammar]]
name = "ocaml"
@@ -907,7 +906,6 @@ indent = { tab-width = 2, unit = " " }
'{' = '}'
'[' = ']'
'"' = '"'
-'`' = '`'
[[grammar]]
name = "ocaml-interface"