Add elixir icon for .exs extensions
This commit is contained in:
parent
686c6b0c24
commit
f4e9a96013
1 changed files with 3 additions and 2 deletions
|
@ -267,5 +267,6 @@
|
|||
"pp": "_file_pp",
|
||||
"applescript": "_file_applescript",
|
||||
"haml": "_file_haml",
|
||||
"ex": "_file_ex"
|
||||
},
|
||||
"ex": "_file_ex",
|
||||
"exs": "_file_ex"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue