Passing a float to a helper is parsed as INTEGER.ID which causes a parse error. Possible to change INTEGER to NUMBER and have the following expression or just add new NUMBER type? ``` <mu>-?\.?[0-9]+(\.[0-9]*)?/[}\s] ``` See gist for example and qunit test: https://gist.github.com/kayleg/5215127