1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2024-06-01 10:34:40 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
cn
b36fa82909 New highlighter for Erlang
This is a first version featuring most of the important syntax elements
as comments, keywords, atoms and variables etc.

Btw fixed prolog parsed to behave like the erlang one when highlighting
atoms and variables.
2011-10-30 20:33:38 +01:00
Christian Nicolai
c12712df6c Method hilite for Java, prolog.jsf tabs corrected 2011-08-01 20:48:33 +02:00
Christian Nicolai
b75473babf Improved predicate highlight 2011-08-01 15:34:07 +02:00
Christian Nicolai
051fb7e61b Predicate highlight for Prolog
This is done by using mark/endmark and recolormark facilities of jsf.
2011-08-01 15:30:09 +02:00
Christian Nicolai
fe6271c08a Corrected tabs - using tab size 8 2011-08-01 11:21:59 +02:00
Christian Nicolai
7904eb9dbf Extended prolog.jsf
New features:
- multiline comments
- brace detection (magenta) for e.g. lists
- long list of keywords
2011-07-31 22:43:51 +02:00
Christian Nicolai
5b95c54985 Added prolog syntax highlighting for JOE
Feature are until now:
- single line comments
- Variables (capital letter)
- some keywords (like write, nl)
- integer numbers
2011-07-31 22:06:40 +02:00