Commits

Sonny Falk committed 417a162f2c3
Rename enum class SyntaxColor to SyntaxNodeKind, since this represents more than color. Set the size for SyntaxNodeKind to uint_8_t, since we're packing it together with length in a 32-bit value in SourceKit. Add SyntaxNodeKind::Identifier. Swift SVN r7609