|
@@ -239,7 +239,7 @@ pseudo:
|
|
|
| COLON id=IDENT
|
|
| COLON id=IDENT
|
|
|
{ ":" ^ (String.lowercase id) }
|
|
{ ":" ^ (String.lowercase id) }
|
|
|
| COLON f=FUNCTION args=wslist(COMMA, simple_selector) RPAREN
|
|
| COLON f=FUNCTION args=wslist(COMMA, simple_selector) RPAREN
|
|
|
- { ":" ^ f ^ "(" ^ String.concat "," args ^ ")" }
|
|
|
|
|
|
|
+ { ":" ^ String.lowercase f ^ "(" ^ String.concat "," args ^ ")" }
|
|
|
|
|
|
|
|
declaration:
|
|
declaration:
|
|
|
| name=property S* COLON S* value=expr important=boption(ig2(IMPORTANT_SYM, S*))
|
|
| name=property S* COLON S* value=expr important=boption(ig2(IMPORTANT_SYM, S*))
|