Add "instance" to matching criteria
This commit is contained in:
committed by
Michael Stapelberg
parent
3d7f0f4ce3
commit
1913bf0e5c
@ -167,6 +167,7 @@ ctrl { return TOKCONTROL; }
|
||||
shift { return TOKSHIFT; }
|
||||
|
||||
class { yy_push_state(WANT_QSTRING); return TOK_CLASS; }
|
||||
instance { yy_push_state(WANT_QSTRING); return TOK_INSTANCE; }
|
||||
id { yy_push_state(WANT_QSTRING); return TOK_ID; }
|
||||
con_id { yy_push_state(WANT_QSTRING); return TOK_CON_ID; }
|
||||
con_mark { yy_push_state(WANT_QSTRING); return TOK_MARK; }
|
||||
|
Reference in New Issue
Block a user