Closed twmartin closed 9 years ago
It seems as though a leading '#' in a line of multi-line text munges the highlighting.
YAML of the form:
example: | line 1: line 2: # with a comment # line 3 line 4:
results in the following highlighting:
The tests appear to suggest that this highlighting is behaving as designed. However, per the most current YAML specifications (http://www.yaml.org/spec/1.2/spec.html):
Comments must not appear inside scalars
It seems as though a leading '#' in a line of multi-line text munges the highlighting.
YAML of the form:
results in the following highlighting: