Commit Graph

18 Commits

Author SHA1 Message Date
Todd Lewis 6b5cc885c9 Fix yaml comments even more! (#28)
A fix for a fix that again fixes YAML comments.
2017-08-04 19:35:32 +00:00
cn e959814c5c yaml: handle line comments in lists correctly
Brought up by https://github.com/cmur2/joe-syntax/pull/27
2017-08-04 14:32:04 +02:00
Todd Lewis c4d380c266 yaml: handle plain strings w/ non-initial quotes (#25) 2017-05-13 10:07:47 +02:00
cn 47a1b1a1f0 Document yaml.jsf contributions 2017-02-04 23:40:52 +01:00
Todd Lewis 8e55c1d34b Fix comment detection. (#23)
* Fix comment detection.
* Fix spaces after '#'
2017-02-04 23:34:44 +01:00
cn 8557f0c20b yaml: fix minor bug 2011-11-10 21:07:51 +01:00
cn b811498057 YAML: color keys: normal and values as constants 2011-10-23 00:36:45 +02:00
cn d88c044fb9 YAML: highlight first key: of the line different 2011-10-22 22:36:28 +02:00
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