Skip to content

Commit b1254b9

Browse files
committed
need $: as valid selector
1 parent 23594ed commit b1254b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MulleScionParser+Parsing.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ static int parser_grab_text_until_selector_end( parser *p, int partial)
894894
if( c >= 'a' && c <= 'z')
895895
continue;
896896

897-
if( c == '_')
897+
if( c == '_' || c == '$')
898898
continue;
899899

900900
if( c == ':')

0 commit comments

Comments
 (0)