X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/0cf05c538877762c68710791b1e9f58750e56a2e..74dde0f879f5c11cfb10e161ec5e4c4f2abbca73:/Cycript.l.in diff --git a/Cycript.l.in b/Cycript.l.in index 77a4d27..e7bd05c 100644 --- a/Cycript.l.in +++ b/Cycript.l.in @@ -193,6 +193,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);