feat(lib): add the language name
This commit is contained in:
parent
42dd32d184
commit
c5ee0ac070
5 changed files with 17 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ struct TSLanguage {
|
|||
void (*deserialize)(void *, const char *, unsigned);
|
||||
} external_scanner;
|
||||
const TSStateId *primary_state_ids;
|
||||
const char *name;
|
||||
};
|
||||
|
||||
static inline bool set_contains(TSCharacterRange *ranges, uint32_t len, int32_t lookahead) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue