Skip to content

Commit

Permalink
Fix comment key bind behaviour in OCaml (helix-editor#9894)
Browse files Browse the repository at this point in the history
  • Loading branch information
theteachr authored and postsolar committed Apr 4, 2024
1 parent 1c7f572 commit c096a1f
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 c096a1f

Please sign in to comment.