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 Desdaemon committed Mar 26, 2024
1 parent 1a6184d commit 843cfdb
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 843cfdb

Please sign in to comment.