@mauricio.szabo Thanks for the quick fix on dynamic vars (the * in the regex). I haven't looked at the actual code change for it, but do you think it will address code that uses ? and various other regex characters?
@wasser has joined the channel
Yes, it adds support for all these chars: \.*+|?()[]{}$^
I just need to be sure if a ? at the beginning of a variable works. I don't know if I need to configure Atom to understand that it is a valid name for a var
Cool. Will upgrade maybe tonight or tomorrow and let you know if I see any more of those errors. I only asked about ? because I saw a console error about it in some code context this morning (can't remember what now) and I'd only seen the *-related errors before.