diff --git a/icons/tapl-lang.svg b/icons/tapl-lang.svg new file mode 100644 index 0000000000..312a86238a --- /dev/null +++ b/icons/tapl-lang.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/core/icons/fileIcons.ts b/src/core/icons/fileIcons.ts index 1e921f9467..bc52a69599 100644 --- a/src/core/icons/fileIcons.ts +++ b/src/core/icons/fileIcons.ts @@ -1258,6 +1258,7 @@ export const fileIcons: FileIcons = { { name: 'solidity', fileExtensions: ['sol'] }, { name: 'autoit', fileExtensions: ['au3'] }, { name: 'haml', fileExtensions: ['haml'] }, + { name: 'tapl-lang', fileExtensions: ['tim'] }, { name: 'yang', fileExtensions: ['yang'] }, { name: 'mjml',