hachesilva / subl-comment-snippets

Sublime Text snippets to create fancy PHP, CSS and HTML comments.
145 stars 21 forks source link

[Fixed] Possible to use HTML comments for other scopes #14

Closed Kristinita closed 7 years ago

Kristinita commented 7 years ago

I use your package for make <!-- block comments --> in XML. These comments format used also in the other syntaxes, NuGet, for example. I think, it would be nice don't use scope limit for HTML snippets.

Or you may add setting, for example,

"html_snippet_syntax": ["XML/XML", "NuGet/NuGet"]

Users can add in setting their own syntax for personal use. But, I think, it's too much.

But edit snippets for personal use in package repository — is a bad idea, because if you want update your package, all users editing in package repository will be lost.

Thanks.