diff options
author | Bannerets | 2023-09-12 17:51:54 +0000 |
---|---|---|
committer | GitHub | 2023-09-12 17:51:54 +0000 |
commit | e4ba237258afc7b8545c3e08719a55207b604ae3 (patch) | |
tree | ab3d11fb39da19e31128ac75f7991069b7b9a546 | |
parent | ccabfee3811bdcc8372beaae777a98fd36e2657e (diff) |
Disable auto-pairing ` in OCaml (#8260)
-rw-r--r-- | languages.toml | 2 |
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" |