user494766
user494766

Reputation: 155

Program Highlightning .clp files?

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

Answers (4)

ForceMagic
ForceMagic

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

gpupu
gpupu

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

Ernest Friedman-Hill
Ernest Friedman-Hill

Reputation: 81674

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

Upvotes: 0

c69
c69

Reputation: 21487

Plugin for TextPad, JESS mode for GNU EMACS

Upvotes: 1

Related Questions