diff options
author | Adam Bard <github@adambard.com> | 2019-11-24 13:39:20 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-24 13:39:20 -0800 |
commit | 06e05c4ce3e23ee0030c820af09eeadac07b1baf (patch) | |
tree | fd394aa091aa3c1eef06a00ae5ab48d08f8e7762 | |
parent | ee4b278dcf516a7240a07a12ac64860d1dd90349 (diff) |
Back to coq highlighting
-rw-r--r-- | coq.html.markdown | 2 |
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. *) |