snowkit / atom-haxe

atom.io haxe plugin, includes completion, error checking and more.
MIT License
43 stars 10 forks source link

Fix go to declaration on Windows #40

Closed hammeron-art closed 9 years ago

hammeron-art commented 9 years ago

The previous regex don't match with Windows style path and the go to feature wasn't working. This one ensures that the path is captured until :line_number:

jeremyfa commented 9 years ago

Good catch, thanks!