execjosh / atom-file-types

Specify additional file types for languages.
https://atom.io/packages/file-types
MIT License
52 stars 15 forks source link

Separate package options from matchers #28

Open execjosh opened 9 years ago

execjosh commented 9 years ago

Make a namespace for matchers.

e.g.

"file-types":
  "debug": false
  "patterns":
    "ex_em_el": "text.xml"
execjosh commented 9 years ago

I haven't decided whether this is necessary.

execjosh commented 8 years ago

This probably also depends somewhat on #49