I have installed the file-types package in Atom and changed as suggested the config.cson file but my Dockerfile.ci is not highlighted.
As I noticed the ^ at the very beginning of the instruction, and as my file is in sub folders I did tried the following :
"file-types":
"**/Dockerfile\\..*$": "source.dockerfile"
But it is still not working (and I tried many times to restart Atom), so it looks like this is no more working.
Can you please help me?
I have installed the
file-typespackage in Atom and changed as suggested theconfig.csonfile but myDockerfile.ciis not highlighted.As I noticed the
^at the very beginning of the instruction, and as my file is in sub folders I did tried the following :But it is still not working (and I tried many times to restart Atom), so it looks like this is no more working.
Can you please help me?