Add vscode association

This commit is contained in:
Atlas Cove 2023-10-27 12:10:26 +01:00
parent 0e6c4241e5
commit 00266516fe

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"files.associations": {
"*.txti": "textile"
}
}