Presently, the atom face is not applied to the syntactic-sugar (flipped colon) atom keys in a map if the value for key is on the next line.
Solution
Small change for the rx to accept either a space or a newline after the key. For whatever reason (probably a good one), newlines are not considered part of the "space" class.
Problem
Presently, the atom face is not applied to the syntactic-sugar (flipped colon) atom keys in a map if the value for key is on the next line.
Solution
Small change for the
rx
to accept either a space or a newline after the key. For whatever reason (probably a good one), newlines are not considered part of the "space" class.