[SourceKit] Add an operator syntax kind

This will allow us to do semantic highlighting for operators in SourceKit-LSP.
This commit is contained in:
Alex Hoppen
2022-07-24 13:51:52 +02:00
parent 5494161ddd
commit a7dcd4604e
17 changed files with 274 additions and 70 deletions

View File

@@ -787,6 +787,7 @@ public:
return true;
break;
case SyntaxNodeKind::Operator:
case SyntaxNodeKind::DollarIdent:
case SyntaxNodeKind::Integer:
case SyntaxNodeKind::Floating: