Closed yajo closed 7 years ago
The YAML spec only recognizes true
and false
as booleans.
Edit: wrong link, it actually also recognizes True
, False
, TRUE
, and FALSE
. http://yaml.org/spec/1.2/spec.html#id2805071
Hmm yes, you're right. It seems the other booleans are just a recommendation, not a requirement (although I have been able to use them everywhere).
Prerequisites
Description
Atom only highlights
true
andfalse
as booleans. YAML has many other ways to write those booleans.Steps to Reproduce
Write this:
Expected behavior: All of those values highlighted as booleans.
Actual behavior: Only
true
andfalse
work:Reproduces how often: 100%
Versions