X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/6c962f8b453949af5bab59b783d7ef247efe07ce..13c7f2fb8fc0619c8da1b5c8a697f7894479b070:/Cycript.l.in diff --git a/Cycript.l.in b/Cycript.l.in index 7eb9d11..cbe4fe5 100644 --- a/Cycript.l.in +++ b/Cycript.l.in @@ -196,6 +196,7 @@ XMLName {XMLNameStart}{XMLNamePart}* @begin E4X ObjectiveC "@" L C F(tk::At, hi::Operator); +"#" L C F(tk::Pound, hi::Operator); @end "&" L C F(tk::Ampersand, hi::Operator);