SublimeText / AdvancedNewFile

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

template creation issue for dotfiles? #92

Closed cyrusdavid closed 10 years ago

cyrusdavid commented 10 years ago

Hi there, it's me again! ahaha. So, I have tried templates on dotfiles (.jshintrc) and I it doesn't seem to pickup the template(s) I have listed.

{
  "jshintrc": [
      "Packages/User/node-jshintrc.sublime-snippet"
    ]
}

I have verified and the filename's correct and there appeared to be no errors yielded from the console.

skuroda commented 10 years ago

Has to do with how I'm splitting the extension. I'll push a fix later today.

skuroda commented 10 years ago

Pushed a fix in bf4909a4216093229ad1760e9a60d5c8d2537005. You will see it in v1.2.3. Thanks for using AdvancedNewFile.

cyrusdavid commented 10 years ago

awesome! :beers:

skuroda commented 10 years ago

Oh one thing, for files without extensions, use the full file name.