Closed ChrisRast closed 7 years ago
At present, you could use a RegExp Matcher. Does that work for your needs?
Hi, I finally answer!
Yes, it works. Here is the piece of cson
I wrote:
"file-types":
".(.*)rc": "source.json"
Thank you for this package. Have a good day!
Hi, I was just wondering how I could apply JSON file type to all ".{something}rc" files. (Except from manually chosing it each time.)
For example:
Are they recognized as babelrc type, or without type ? Thank you for your help.