atom-file-types
atom-file-types copied to clipboard
Specify additional file types for languages.
> For example, you can associate .ex_em_el with text.xml in your config.cson as follows: > > ``` cson > 'file-types': > 'ex_em_el': 'text.xml' > ``` huh? does this associate an...
 So, looking around I see [this bug](https://github.com/execjosh/atom-file-types/issues/52) popped up a few years ago, but seems to have been since resolved. Figured I'd let you know it's back. Version 1.53.0,...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.32.2 x64 **Electron**: 2.0.9 **OS**: Unknown Windows version **Thrown From**: [file-types](https://github.com/execjosh/atom-file-types) package 1.0.1 ### Stack Trace Failed to load the file-types...
Make a namespace for matchers. e.g. ``` cson "file-types": "debug": false "patterns": "ex_em_el": "text.xml" ```