1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00

Disable auto-pairing ` in OCaml (#8260)

This commit is contained in:
Bannerets 2023-09-12 20:51:54 +03:00 committed by GitHub
parent ccabfee381
commit e4ba237258
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -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"