Merge pull request #80 from skbolton/master

Add elixir icon for .exs extensions
This commit is contained in:
Mattia Astorino 2017-08-14 11:00:24 +02:00 committed by GitHub
commit 73fc812da7

View file

@ -267,5 +267,6 @@
"pp": "_file_pp", "pp": "_file_pp",
"applescript": "_file_applescript", "applescript": "_file_applescript",
"haml": "_file_haml", "haml": "_file_haml",
"ex": "_file_ex" "ex": "_file_ex",
}, "exs": "_file_ex"
},