Skip to content

Commit 6fea787

Browse files
authored
Fix comment key bind behaviour in OCaml (#9894)
1 parent 9282f1b commit 6fea787

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

languages.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,6 @@ injection-regex = "ocaml"
10831083
file-types = ["ml"]
10841084
shebangs = ["ocaml", "ocamlrun", "ocamlscript"]
10851085
block-comment-tokens = { start = "(*", end = "*)" }
1086-
comment-token = "(**)"
10871086
language-servers = [ "ocamllsp" ]
10881087
indent = { tab-width = 2, unit = " " }
10891088

0 commit comments

Comments
 (0)