Prefix globally visible TSquantifier values
This commit is contained in:
parent
36f2440369
commit
e338726cde
4 changed files with 121 additions and 121 deletions
|
|
@ -107,11 +107,11 @@ typedef struct {
|
|||
} TSQueryCapture;
|
||||
|
||||
typedef enum {
|
||||
Zero = 0, // must match the array initialization value
|
||||
ZeroOrOne,
|
||||
ZeroOrMore,
|
||||
One,
|
||||
OneOrMore,
|
||||
TSQuantifierZero = 0, // must match the array initialization value
|
||||
TSQuantifierZeroOrOne,
|
||||
TSQuantifierZeroOrMore,
|
||||
TSQuantifierOne,
|
||||
TSQuantifierOneOrMore,
|
||||
} TSQuantifier;
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue