Modify ↓
#5300 closed enhancement (fixed)
adding ocaml source type to known mime types
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | low | Milestone: | 0.11 |
Component: | version control/browser | Version: | |
Severity: | trivial | Keywords: | mimeview |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
may you add ocaml to the list of known mime types, to get the syntax highlighting working with recent pygments? in mimeview/api.py just add
'text/x-ocaml': ['ml', 'mli'],
thanks,
Michael
Attachments (0)
Change History (3)
follow-up: 3 comment:1 by , 18 years ago
Keywords: | mimeview added |
---|---|
Milestone: | → 0.11 |
Status: | new → assigned |
comment:3 by , 18 years ago
Replying to cboos:
Hello Michael,
I'll do it, as I think it'll be nice to support O'Caml out of the box, but in the meantime, this is also user configurable: see TracIni#mimeviewer-section.
of course this works. Sorry, I have overread this while reading the docu …
Note:
See TracTickets
for help on using tickets.
Hello Michael,
I'll do it, as I think it'll be nice to support O'Caml out of the box, but in the meantime, this is also user configurable: see TracIni#mimeviewer-section.