Sublime Forum

Many problems with sublime snippets

#1

I have two problems,

  1. In each .sublime-snippet I can only add one snippet, am I wrong?

  2. I can’t override default html to <html></html> snippet
    I’ve defined a tabTrigger for html, but it works only in non-html files. For html files it still completes to <html></html>

UPDATE

I’ve placed html.sublime-snippet in ~/Library/Application Support/Sublime Text 3/Package/User/my-snippets/ folder

0 Likes

#2
  1. Correct
  2. Where did you save it? in your Packages/User folder? try creating a HTML folder in Packages, with a Snippets subfolder, and save it there, with the name html.sublime-snippet. This should override the one that comes with ST3.
0 Likes

#4

Interesting, I do named it html.sublime-snippet

0 Likes