Raynes / refheap

The Reference Heap. A Clojure pastebin powered by Compojure, MongoDB, and Pygments.
129 stars 30 forks source link

Add the Coq language to the list of lexers #101

Closed solson closed 11 years ago

solson commented 11 years ago

Coq is an interactive theorem proving language. It uses the same extension .v as Verilog. Is this a problem?

solson commented 11 years ago

BTW, the website I linked to seems to be down at the moment. See also the wikipedia page for information.

Raynes commented 11 years ago

The fact that it uses .v is a problem, because the API allows determination of lexer based on file extension. But I'm pretty sure nobody cares about verilog, so if you want to just remove it from the list that should be fine.

solson commented 11 years ago

Alright, done.