babel / babel-sublime-snippets

Next generation JavaScript and React snippets for Sublime
https://babeljs.io
262 stars 47 forks source link

Snippets were not appearing anymore in class files #10

Open dozoisch opened 9 years ago

dozoisch commented 9 years ago

I'm on dev channel build 3095 and for some reason snippets were not appearing anymore in class files.

I changed the scope from:

<scope>source.js meta.class.js -(meta meta)</scope>

to: (1 more meta)

<scope>source.js meta.class.js -(meta meta meta)</scope>

and now they are re-appearing. I don't know if it's a generalized issue.