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

10 Commits

Author SHA1 Message Date
Christian Nicolai
268167c81e New bad tab highlighter for YAML files
This marks bad tabulators (inverse red) to make clear that YAML
only relies on spaces for indentation.
2011-08-06 12:44:51 +02:00
Christian Nicolai
46014493d8 Removed URL highlighter
It's not generally usable...
2011-08-02 17:50:59 +02:00
Christian Nicolai
5912526050 URL highlighter for YAML 2011-08-02 17:23:09 +02:00
Christian Nicolai
c8bb8774a7 Fixed bug in yaml.jsf 2011-08-02 16:45:04 +02:00
Christian Nicolai
63a431bc13 Improved yaml.jsf 2011-08-02 12:29:30 +02:00
Christian Nicolai
fe6271c08a Corrected tabs - using tab size 8 2011-08-01 11:21:59 +02:00
Christian Nicolai
fa3e34279c Greatly extended YAML syntax file for JOE
New features:
- YAML directive support (red)
- YAML string (as scalar) support
- brace hilite (magenta)
- YAML block delimeters --- and ... (blue)
- YAML references &idxy and *idxy (yellow)
- YAML datatypes: builtin ones and local-defined (by user)
2011-08-01 01:53:52 +02:00
Christian Nicolai
cf3dd2ebd8 Removed experiments from yaml.jsf 2011-08-01 00:49:46 +02:00
Christian Nicolai
3503381f40 Some experiments with yaml.jsf 2011-08-01 00:48:52 +02:00
Christian Nicolai
293ea4995c New YAML parsing profile for JOE
Currently only supports single line comments.
2011-08-01 00:09:15 +02:00