🐛 App > Add support to Typescript files

This commit is contained in:
brunosimon
2019-01-04 21:42:26 +01:00
parent cc54e55732
commit fdbcac2173
16 changed files with 75 additions and 43 deletions
@@ -0,0 +1,14 @@
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="408px" height="408px" viewBox="0 0 408 408" enable-background="new 0 0 408 408" xml:space="preserve">
<path fill="#0288D1" d="M0,0v408h408V0H0z M310,198.2L310,198.2c3.9,0,8.4,0.2,11.7,0.6c13.6,1.5,24.2,7.3,33.2,18.4
c4.5,5.5,6,7.9,5.7,9c-0.2,0.7-3.3,2.9-13.1,9.4c-9.6,6.4-12.7,8.3-13.5,8.3c-0.7,0-2.3-1.6-4.4-4.6c-4.2-5.8-8.5-8.4-15.2-9.3
c-7.2-0.9-13.6,1.3-16.8,5.9c-2.7,3.9-3.1,10.2-1,14.8c2.5,5.3,7,8.2,24.2,15.8c19.8,8.7,29.9,14.7,37.2,22
c7.9,8,11.9,17.1,13.1,30.1c0.6,6.3-0.1,13.8-1.9,19.9c-4.4,15-16.4,25.9-34,31.1c-4.9,1.4-9.4,2.3-13.9,2.6
c-6.8,0.5-16.6,0.2-22.5-0.6c-14.9-2.2-31.7-10.8-40.1-20.6c-4.1-4.8-9.4-12.8-9.4-14.1c0-0.7,0.3-1.1,1.7-1.9
c3.9-2.5,26.4-15.3,26.8-15.3c0.3,0,1.4,1.4,2.6,3.1c2.7,3.8,9.2,10.4,12.5,12.6c2.7,1.8,6.2,3.2,10.3,4.3c2.4,0.6,3.6,0.7,8.7,0.7
c5.2,0,6.3-0.1,8.7-0.7c6.2-1.7,11.1-5.1,13.1-9.4c0.9-1.8,0.9-2.1,0.9-6.5V319l-1.1-2.2c-2.7-5.3-8.4-8.9-26.6-16.8
c-8.4-3.6-18.6-8.7-22.6-11.3c-9.1-5.8-15.5-12.4-19.6-20.6c-4.1-8.1-4.7-11.1-4.8-23.2c0-9.5,0-9.4,1.9-15.5
c1.8-5.5,5.4-11.7,9.5-15.9c8.1-8.6,19.8-14.1,32.4-15.2C305.5,198.2,307.7,198.2,310,198.2L310,198.2z M201.7,200L201.7,200
c24.3,0,38.2,0.1,38.4,0.2c0.4,0.3,0.5,2.4,0.5,15.8v15.5l-24.2,0.1l-24.2,0.1v68.7c0,37.8-0.1,68.9-0.2,69.2
c-0.2,0.5-2,0.5-17.8,0.5h-17.6l-0.2-0.7c-0.1-0.4-0.2-31.5-0.2-69.2l0-68.5l-24.2-0.1l-24.2-0.1v-15.4c0-12.2,0.1-15.4,0.4-15.8
c0.3-0.3,12.7-0.4,65.9-0.5C184.3,200,193.6,200,201.7,200L201.7,200z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

+1
View File
@@ -11,6 +11,7 @@ export default
{
this.icons = {
js: ['js'],
typescript: ['ts'],
html: ['html', 'htm'],
sass: ['sass', 'scss'],
less: ['less'],