feat(api): expose function to check if symbol represents a supertype
This commit is contained in:
parent
939e61c58d
commit
0683136ca0
4 changed files with 79 additions and 2 deletions
|
|
@ -56,6 +56,7 @@ typedef enum TSInputEncoding {
|
|||
typedef enum TSSymbolType {
|
||||
TSSymbolTypeRegular,
|
||||
TSSymbolTypeAnonymous,
|
||||
TSSymbolTypeSupertype,
|
||||
TSSymbolTypeAuxiliary,
|
||||
} TSSymbolType;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue