X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/6c962f8b453949af5bab59b783d7ef247efe07ce..f6fa3c2112ee8b0aa26ab0765674601a9800db77:/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);