Reputation: 155
I am developing an expert system using Jess shell. I would like a program so as to highlight with colors my code because I want to paste it in a word document.
Is there extension in notepad++ ?? Or another program ?
Upvotes: 0
Views: 1138
Reputation: 6378
There is also an Eclipse plugin that comes with Jess71p2 version. You just have to copy paste the content of the eclipse folder from that Jess version and restart eclipse. Any .clp files will be opened with the Jess Editor plugin. :)
Upvotes: -1
Reputation: 65
I'm later, but maybe could be usefull
in vim just type :set filetype=jess
in Notepad++ I tried to make my own with this xml
Upvotes: 3
Reputation: 81674
There's a couple more listed here: the ones in @c69's answer, plus ones for jEdit and EditPlus.
Upvotes: 0