SublimeText / AdvancedNewFile

File creation plugin for Sublime Text
MIT License
829 stars 93 forks source link

Automatic Filename for certain Syntax (eg. sass filename → _filename.scss) #141

Open floscr opened 8 years ago

floscr commented 8 years ago

Would it be possible for automatic renaming of files for a specific syntax. Especially for sass, which doesn't use it's prepended underscore eg:

  @import "path/to/file"

but it really needs

./path/to/_file.scss