atom / snippets

Atom snippets package
MIT License
205 stars 100 forks source link

Snippets from plugins manually installed are not available #203

Closed HikingDev closed 8 years ago

HikingDev commented 8 years ago

in the loadPackageSnippets function (file: snippets/lib/snippets.js)is the following check:

if (/\/app.asar\/node_modules\//.test(a)) { .... }

I have created a plugin with my own grammar. The plugin is located under .atom/packages/language... Unfortunately my snippets are therefore not regarded. Is this correct/wanted behavior?