Hello World!
every time I open a file with a made up extension and atom doesn’t recognize it, Atom set the grammar to JSON instead of “Plain text”.
for example I have these files:
name-1.template (it looks like a shell script)
name-2.template (it looks like a shell script)
name-3.template (it looks like a Dockerfile)
I would like Atom treat them as shell script/dockerfile or at least as plain text.
how can I achive that?
thanks!