mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[IDE] Mark the parens for string interpolation with a special syntax annotation.
Part of rdar://19655729 Swift SVN r24983
This commit is contained in:
@@ -32,6 +32,8 @@ enum class SyntaxNodeKind : uint8_t {
|
||||
Integer,
|
||||
Floating,
|
||||
String,
|
||||
/// Marks the parens for a string interpolation.
|
||||
StringInterpolationAnchor,
|
||||
Character,
|
||||
CommentLine,
|
||||
CommentBlock,
|
||||
|
||||
Reference in New Issue
Block a user