添加了对部分类型的测试样例,修改添加了NumberSemanticToken
This commit is contained in:
@@ -68,3 +68,10 @@ public enum OperatorType
|
||||
Or,
|
||||
Assign
|
||||
}
|
||||
|
||||
public enum NumberType
|
||||
{
|
||||
Integer,
|
||||
Real,
|
||||
Hex
|
||||
}
|
||||
|
Reference in New Issue
Block a user