X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/032131d5afeca86ad9d94d9bd7e4f299d06906b1..322286dd48cfe4c3b9eff66583931e89038e4ba4:/Scanner.lpp.in?ds=sidebyside diff --git a/Scanner.lpp.in b/Scanner.lpp.in index 2a858c1..1fb16aa 100644 --- a/Scanner.lpp.in +++ b/Scanner.lpp.in @@ -505,9 +505,10 @@ XMLName {XMLNameStart}{XMLNamePart}* "set" L /*III*/ F(tk::_set_, hi::Meta); "short" L /*FII*/ F(tk::_short_, hi::Type); "static" L /*FS?*/ F(tk::_static_, hi::Meta); -"super" L /*FFK*/ F(yyextra->super_.top() ? tk::_super__ : tk::_super_, hi::Constant); +"super" L /*FFK*/ F(tk::_super_, hi::Constant); "switch" L /*KKK*/ F(tk::_switch_, hi::Control); "synchronized" L /*FII*/ F(tk::_synchronized_, hi::Meta); +"target" L /*III*/ F(tk::_target_, hi::Identifier); "this" L /*KKK*/ F(tk::_this_, hi::Constant); "throw" L /*KKK*/ F(tk::_throw_, hi::Control); "throws" L /*FII*/ F(tk::_throws_, hi::Meta);