From 0f13362905d79adf611a43ed4e57bcc31868b14a Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 11 Feb 2017 14:22:52 +0100 Subject: [PATCH] chore: fix markup icon --- src/material-theme-icons.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/material-theme-icons.json b/src/material-theme-icons.json index d712913..dafbbba 100644 --- a/src/material-theme-icons.json +++ b/src/material-theme-icons.json @@ -580,10 +580,10 @@ "mli": "_file_ocaml", "cmx": "_file_ocaml", "js.map": "_file_jsmap", - "css.map": "_file_cssmap" + "css.map": "_file_cssmap", + "tmTheme": "_file_markup" }, "fileNames": { - "tmTheme": "_file_markup", "gruntfile.js": "_file_grunt", "bower.json": "_file_bower", "webpack.js": "_file_webpack",