Commit 21f0f673 authored by ioedeveloper's avatar ioedeveloper

Include icon for vyper

parent 9d46ffa7
...@@ -71,10 +71,12 @@ module.exports = { ...@@ -71,10 +71,12 @@ module.exports = {
find: find, find: find,
getPathIcon (path) { getPathIcon (path) {
return path.endsWith('.txt') return path.endsWith('.txt')
? 'far fa-file-alt' : path.endsWith('.sol') ? 'far fa-file-alt' : path.endsWith('.md')
? 'fak fa-solidity-mono' : path.endsWith('.js') ? 'far fa-file-alt' : path.endsWith('.sol')
? 'fab fa-js' : path.endsWith('.json') ? 'fak fa-solidity-mono' : path.endsWith('.js')
? 'fas fa-brackets-curly' : 'far fa-file' ? 'fab fa-js' : path.endsWith('.json')
? 'fas fa-brackets-curly' : path.endsWith('.vy')
? 'fab fa-vine' : 'far fa-file'
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment