DFreds / code-peek-atom

Atom package to peek functions in different files
MIT License
22 stars 10 forks source link

Update support files for es6 #5

Closed ymatuhin closed 8 years ago

DFreds commented 8 years ago

Instead of using [ \t\n] explicitly, I think using \s+ is a better alternative. Assuming there are no testing errors, I'll do the merge and push up a new version.

DFreds commented 8 years ago

Sorry, I take it back. You still have the same issue as before. Using the REPLACE( match in any form doesn't work. I suggest using https://regex101.com/ to figure this out. Also, include a test file under the testFiles folder that shows what you're trying to do.