summaryrefslogtreecommitdiffhomepage
path: root/coq.html.markdown
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2019-11-24 13:39:20 -0800
committerGitHub <noreply@github.com>2019-11-24 13:39:20 -0800
commit06e05c4ce3e23ee0030c820af09eeadac07b1baf (patch)
treefd394aa091aa3c1eef06a00ae5ab48d08f8e7762 /coq.html.markdown
parentee4b278dcf516a7240a07a12ac64860d1dd90349 (diff)
Back to coq highlighting
Diffstat (limited to 'coq.html.markdown')
-rw-r--r--coq.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq.html.markdown b/coq.html.markdown
index 604a1f56..115d9ff8 100644
--- a/coq.html.markdown
+++ b/coq.html.markdown
@@ -16,7 +16,7 @@ The standard usage model of Coq is to write it with interactive tool assistance,
Inside Proof General `Ctrl+C Ctrl+<Enter>` will evaluate up to your cursor.
-```ocaml
+```coq
(*** Comments ***)
(* Comments are enclosed in (* and *). It's fine to nest comments. *)