Skip to content

Commit

Permalink
Fix comment key bind behaviour in OCaml
Browse files Browse the repository at this point in the history
Fixes helix-editor#9893.

There are only block comments in OCaml. Removed the `comment-token`.
  • Loading branch information
theteachr committed Mar 16, 2024
1 parent 9282f1b commit 0ada763
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 0ada763

Please sign in to comment.