Program Highlightning .clp files?

1.1k views Asked by At

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 ?

4

There are 4 answers

0
c69 On BEST ANSWER
0
Ernest Friedman-Hill On

There's a couple more listed here: the ones in @c69's answer, plus ones for jEdit and EditPlus.

0
ForceMagic On

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. :)

0
gpupu On

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