Try ocaml highlighting with coq

This commit is contained in:
Adam Bard 2019-11-19 11:18:49 -08:00 committed by GitHub
parent 4653df70c3
commit f1d03b0318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. *)