aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick2024-03-16 12:50:47 +0000
committerGitHub2024-03-16 12:50:47 +0000
commit6fea7876a47df8627a4b40361a6fc0f692c6601f (patch)
treed23f8167d936dc7d7024bf14d8d66309091f3551
parent9282f1b8e546583d9e461cd78bed7d2f21dd1770 (diff)
Fix comment key bind behaviour in OCaml (#9894)
-rw-r--r--languages.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index bf726e34..8fbb98e8 100644
--- a/languages.toml
+++ b/languages.toml
@@ -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 = " " }