diff options
| author | Adam Bard <github@adambard.com> | 2019-11-19 11:18:49 -0800 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-19 11:18:49 -0800 | 
| commit | f1d03b0318a43441bb96bfdaabbd914eaa985879 (patch) | |
| tree | 460bb7d5cbc1141f8e710e3704f6d03dc25ea193 | |
| parent | 4653df70c36456bd995d846027706641a156683e (diff) | |
Try ocaml highlighting with coq
| -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 115d9ff8..604a1f56 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. -```coq +```ocaml  (*** Comments ***)  (* Comments are enclosed in (* and *). It's fine to nest comments. *) | 
