mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
Fix comment key bind behaviour in OCaml (#9894)
This commit is contained in:
parent
9282f1b8e5
commit
6fea7876a4
1 changed files with 0 additions and 1 deletions
|
@ -1083,7 +1083,6 @@ injection-regex = "ocaml"
|
||||||
file-types = ["ml"]
|
file-types = ["ml"]
|
||||||
shebangs = ["ocaml", "ocamlrun", "ocamlscript"]
|
shebangs = ["ocaml", "ocamlrun", "ocamlscript"]
|
||||||
block-comment-tokens = { start = "(*", end = "*)" }
|
block-comment-tokens = { start = "(*", end = "*)" }
|
||||||
comment-token = "(**)"
|
|
||||||
language-servers = [ "ocamllsp" ]
|
language-servers = [ "ocamllsp" ]
|
||||||
indent = { tab-width = 2, unit = " " }
|
indent = { tab-width = 2, unit = " " }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue