1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 15:19:12 +08:00

Added elixir icons (#3402)

This commit is contained in:
Luigi Clemente 2020-03-15 03:12:28 +01:00 committed by GitHub
parent cf56936bb9
commit d33b193039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ let s:file_node_extensions = {
\ 'erb' : '',
\ 'slim' : '',
\ 'ejs' : '',
\ 'wxml' : '',
\ 'wxml' : '',
\ 'css' : '',
\ 'less' : '',
\ 'wxss' : '',
@ -102,8 +102,12 @@ let s:file_node_extensions = {
\ 'psd' : '',
\ 'psb' : '',
\ 'ts' : '',
\ 'tsx' : '',
\ 'jl' : ''
\ 'tsx' : '',
\ 'jl' : '',
\ 'ex' : '',
\ 'exs' : '',
\ 'eex' : '',
\ 'leex' : '',
\}
let s:file_node_exact_matches = {
@ -127,6 +131,7 @@ let s:file_node_exact_matches = {
\ 'react.jsx' : '',
\ 'Procfile' : '',
\ '.vimrc' : '',
\ 'mix.lock' : '',
\}
let s:file_node_pattern_matches = {