X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/74dde0f879f5c11cfb10e161ec5e4c4f2abbca73..62f398e4aed5b34ee2bd8edff9fb3afa80d75e25:/Cycript.l.in diff --git a/Cycript.l.in b/Cycript.l.in index e7bd05c..40316ae 100644 --- a/Cycript.l.in +++ b/Cycript.l.in @@ -266,7 +266,7 @@ XMLName {XMLNameStart}{XMLNamePart}* "@encode" L C F(tk::AtEncode, hi::Meta); "@end" L C F(tk::AtEnd, hi::Meta); "@implementation" L C F(yyextra->no_.AtImplementation ? tk::AtImplementation_ : tk::AtImplementation, hi::Meta); -"@import" L C F(tk::AtImport, hi::Meta); +"@import" L C F(tk::AtImport, hi::Special); "@selector" L C F(tk::AtSelector, hi::Meta); "NULL" L C I(identifier, Identifier("NULL"), tk::Identifier_, hi::Constant);