spadgos / sublime-jsdocs

Simplifies writing DocBlock comments in Javascript, PHP, CoffeeScript, Actionscript, C & C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sass and Hyphens

trslater opened this issue · comments

It is a convention in Sass to use hyphens in variable and function names like:

my-var: "some stuff";

or

@function my-func() {
  // Do stuff
}

DocBlockr doesn't properly recognize functions and variables defined this way. Could we see a setting to let DocBlockr know which characters are considered word separators, much like the 'word_separator' setting in Sublime Text, but just for DocBlockr?

PS: great extension! Makes my life so much easier.

Thank you