Add "instance" to matching criteria

This commit is contained in:
Mateusz Poszwa
2011-08-04 17:12:54 +02:00
committed by Michael Stapelberg
parent 3d7f0f4ce3
commit 1913bf0e5c
4 changed files with 14 additions and 0 deletions

View File

@ -153,6 +153,7 @@ false { return TOK_DISABLE; }
no { return TOK_DISABLE; }
class { BEGIN(WANT_QSTRING); return TOK_CLASS; }
instance { BEGIN(WANT_QSTRING); return TOK_INSTANCE; }
id { BEGIN(WANT_QSTRING); return TOK_ID; }
con_id { BEGIN(WANT_QSTRING); return TOK_CON_ID; }
con_mark { BEGIN(WANT_QSTRING); return TOK_MARK; }