Commit bc931ce4 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Function names in selector addons are now lowercased

parent 8b440b27
......@@ -239,7 +239,7 @@ pseudo:
| COLON id=IDENT
{ ":" ^ (String.lowercase id) }
| COLON f=FUNCTION args=wslist(COMMA, simple_selector) RPAREN
{ ":" ^ f ^ "(" ^ String.concat "," args ^ ")" }
{ ":" ^ String.lowercase f ^ "(" ^ String.concat "," args ^ ")" }
declaration:
| name=property S* COLON S* value=expr important=boption(ig2(IMPORTANT_SYM, S*))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment