vshaxe / haxe-TmLanguage

TextMate grammars for Haxe and HXML
MIT License
7 stars 9 forks source link

anon functions within string interpolation #23

Closed nadako closed 7 years ago

nadako commented 7 years ago
class Main {
    static function main() {
        trace('${f(function(j) return j)}'); // oh my everything is a string
    }
}

nadako commented 7 years ago

This is probably an instance of #19, so I'll close this.