Commit Graph

109 Commits

Author SHA1 Message Date
Christian Nicolai c73df189f8 Improved ruby.jsf
Now class and instance members (@@var and @var) will be recognized correctly.
2011-07-31 22:55:29 +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
Christian Nicolai cbccf51357 Updated README 2011-07-31 17:05:53 +02:00
Christian Nicolai e03f8bdeb5 Updated README 2011-07-31 17:00:58 +02:00
Christian Nicolai 1a3b10fa3e Updated README 2011-07-31 16:58:19 +02:00
Christian Nicolai 56f2134055 Extended ruby.jsf
New features are:
- TODO (and FIXME, BUG, XXX) highlight in oneline comments (bold green)
- :symbols support (red)
- proc block argument highlight for e.g. |arg,val| (yellow, disabled)
- class member highlight for e.g. @field (brown, disabled)
- additional quasi-keywords

Disabled features may be enabled by setting a color in the header.
2011-07-31 16:50:38 +02:00
Christian Nicolai e6384eab3f Added original ruby syntax highlighting file 2011-07-31 16:29:37 +02:00
Christian Nicolai d1ab2b4bc4 Fiat lux 2011-07-31 16:26:53 +02:00