Changeset 23070
- Timestamp:
- 04/04/2008 11:17:58 AM (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Frameworks/AIHyperlinks Framework/Source/SHLinkLexer.l
r22545 r23070 45 45 yahooIMSpec ymsgr:sendim\?.+ 46 46 rdarSpec rdar:\/\/(problems?\/)?[0-9]+(&[0-9]+)* 47 spotifySpec spotify:(track|album|artist|search|playlist|user|radio):[^<>]+ 47 48 48 49 … … 93 94 {yahooIMSpec} {SHStringOffset += SHleng; return SH_URL_VALID;} 94 95 {rdarSpec} {SHStringOffset += SHleng; return SH_URL_VALID;} 96 {spotifySpec} {SHStringOffset += SHleng; return SH_URL_VALID;} 95 97 96 98 . {return SH_URL_INVALID;}