Skip to content

Commit

Permalink
Fix comment key bind behaviour in OCaml (#9894)
Browse files Browse the repository at this point in the history
  • Loading branch information
theteachr authored Mar 16, 2024
1 parent 9282f1b commit 6fea787
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = " " }

Expand Down

0 comments on commit 6fea787

Please sign in to comment.