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
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?
See gist for example and qunit test: https://gist.github.com/kayleg/5215127