liamcain / AutoFileName

Sublime Text plugin that autocompletes filenames
515 stars 78 forks source link

fix the issue can't not work with javascript(babel) #92

Closed iamzhouyi closed 1 year ago

iamzhouyi commented 8 years ago

The scope name returns different values in different syntax.

javascript returns source.js string.quoted.double.js punctuation.definition.string.end.js

javascript(babel) returns source.js string.quoted.js punctuation.definition.string.quoted.end.js

iamzhouyi commented 8 years ago

the issue #90

drew-wallace commented 7 years ago

I would love this to be merged in @BoundInCode