1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-05-17 14:56:05 +02:00

Fix comment key bind behaviour in OCaml (#9894)

This commit is contained in:
Nick 2024-03-16 18:20:47 +05:30 committed by GitHub
parent 9282f1b8e5
commit 6fea7876a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1083,7 +1083,6 @@ injection-regex = "ocaml"
file-types = ["ml"]
shebangs = ["ocaml", "ocamlrun", "ocamlscript"]
block-comment-tokens = { start = "(*", end = "*)" }
comment-token = "(**)"
language-servers = [ "ocamllsp" ]
indent = { tab-width = 2, unit = " " }