alectryon icon indicating copy to clipboard operation
alectryon copied to clipboard

Some pygment declarations for MetaCoq commands

Open mattam82 opened this issue 3 years ago • 3 comments

and Print/Print Assumptions.

mattam82 avatar Jul 12 '21 15:07 mattam82

Thanks! All these were auto-generated by parsing the Sphinx refman, so it may be better to add custom ones in a separate definition at the bottom of the list, rather than mixed with the rest (Print and Print Assumptions are good to add, not sure why they're missing!). Also, did you try using https://github.com/cpitclaudel/alectryon#adding-custom-keywords ?

cpitclaudel avatar Jul 12 '21 15:07 cpitclaudel

Ah I see, its probably better in a separate list indeed. I'm using the coqdoc frontend with no option to declare them there, AFAIK.

mattam82 avatar Jul 12 '21 15:07 mattam82

Since 33df0f226649541e18cacfd286d3bf811858f072 You can move your comments to rst and customize the CMD tokens.

gares avatar Jul 31 '21 06:07 gares