aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBannerets2023-09-12 17:51:54 +0000
committerGitHub2023-09-12 17:51:54 +0000
commite4ba237258afc7b8545c3e08719a55207b604ae3 (patch)
treeab3d11fb39da19e31128ac75f7991069b7b9a546
parentccabfee3811bdcc8372beaae777a98fd36e2657e (diff)
Disable auto-pairing ` in OCaml (#8260)
-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"