VSCode: Add Shellscript Syntax highlighting for *.func files (#1948)

This commit is contained in:
Andy Grunwald 2025-02-02 20:05:36 +01:00 committed by GitHub
parent 91a3fd10e0
commit 57b37b1e16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -0,0 +1,5 @@
{
"files.associations": {
"*.func": "shellscript"
}
}