File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -89,23 +89,19 @@ extension SyntaxClassification {
89
89
return nil
90
90
case . editorPlaceholder:
91
91
return nil
92
- case . stringInterpolationAnchor:
93
- return nil
94
92
case . keyword:
95
93
return ( . keyword, [ ] )
96
- case . identifier, . typeIdentifier , . dollarIdentifier:
94
+ case . identifier, . type , . dollarIdentifier:
97
95
return ( . identifier, [ ] )
98
- case . operatorIdentifier :
96
+ case . operator :
99
97
return ( . operator, [ ] )
100
98
case . integerLiteral, . floatingLiteral:
101
99
return ( . number, [ ] )
102
100
case . stringLiteral:
103
101
return ( . string, [ ] )
104
102
case . regexLiteral:
105
103
return ( . regexp, [ ] )
106
- case . poundDirective:
107
- return ( . macro, [ ] )
108
- case . buildConfigId:
104
+ case . ifConfigDirective:
109
105
return ( . macro, [ ] )
110
106
case . attribute:
111
107
return ( . modifier, [ ] )
You can’t perform that action at this time.
0 commit comments