From 599b847b3a77a70762c88729a7690dd528e91cac Mon Sep 17 00:00:00 2001 From: Zach Dwiel Date: Mon, 20 May 2019 11:51:39 -0400 Subject: [PATCH] Update readme with working file-types config --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4d8b494..488ace2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ language-docker supports most Dockerfile syntax features, as well as .dockerigno Highlighting based on wildcards is [not supported](https://github.com/atom/first-mate/issues/64) in Atom. You can use package [file-types](https://atom.io/packages/file-types) with this in you `config.cson` to enable it. ```cson - "file-types": { - "^Dockerfile\\..*$": "source.dockerfile" - } + "file-types": + "Dockerfile.*": "source.dockerfile" ```