mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[SourceKit] Add an operator syntax kind
This will allow us to do semantic highlighting for operators in SourceKit-LSP.
This commit is contained in:
@@ -787,6 +787,7 @@ public:
|
||||
return true;
|
||||
break;
|
||||
|
||||
case SyntaxNodeKind::Operator:
|
||||
case SyntaxNodeKind::DollarIdent:
|
||||
case SyntaxNodeKind::Integer:
|
||||
case SyntaxNodeKind::Floating:
|
||||
|
||||
Reference in New Issue
Block a user