Fix comment key bind behaviour in OCaml (#9894)

pull/9897/head
Nick 3 months ago committed by GitHub
parent 9282f1b8e5
commit 6fea7876a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save