Arc Forumnew | comments | leaders | submitlogin
Syntax highlighting mode for .arc files
2 points by brandelune 4394 days ago | 3 comments
I'm looking for a way to highlight syntax of .arc files so as to print them out in color (to read them off the machine).

The old forum posts referring to emacs mode both point to dead links...



2 points by fallintothis 4393 days ago | link

For Vim: http://arclanguage.org/item?id=10147

Then you can use :TOhtml: http://vimdoc.sourceforge.net/htmldoc/syntax.html#:TOhtml

-----

2 points by jhowe 4393 days ago | link

Here, I found the arc.el for you: https://github.com/arclanguage/anarki/blob/master/extras/arc...

-----

1 point by brandelune 4393 days ago | link

Thank you, that's exactly what I was looking for.

-----