[IDE] Mark the parens for string interpolation with a special syntax annotation.

Part of rdar://19655729

Swift SVN r24983
This commit is contained in:
Argyrios Kyrtzidis
2015-02-05 00:53:57 +00:00
parent e855ae8f58
commit f15d56b8aa
4 changed files with 37 additions and 3 deletions

View File

@@ -32,6 +32,8 @@ enum class SyntaxNodeKind : uint8_t {
Integer,
Floating,
String,
/// Marks the parens for a string interpolation.
StringInterpolationAnchor,
Character,
CommentLine,
CommentBlock,