Disable auto-pairing ` in OCaml (#8260)
This commit is contained in:
parent
ccabfee381
commit
e4ba237258
1 changed files with 0 additions and 2 deletions
|
@ -886,7 +886,6 @@ indent = { tab-width = 2, unit = " " }
|
||||||
'{' = '}'
|
'{' = '}'
|
||||||
'[' = ']'
|
'[' = ']'
|
||||||
'"' = '"'
|
'"' = '"'
|
||||||
'`' = '`'
|
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "ocaml"
|
name = "ocaml"
|
||||||
|
@ -907,7 +906,6 @@ indent = { tab-width = 2, unit = " " }
|
||||||
'{' = '}'
|
'{' = '}'
|
||||||
'[' = ']'
|
'[' = ']'
|
||||||
'"' = '"'
|
'"' = '"'
|
||||||
'`' = '`'
|
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "ocaml-interface"
|
name = "ocaml-interface"
|
||||||
|
|
Loading…
Add table
Reference in a new issue