From 1911a126e1c8d5ff72fd584103472348c2f40ab4 Mon Sep 17 00:00:00 2001 From: Andy Grunwald Date: Sun, 2 Feb 2025 19:21:56 +0100 Subject: [PATCH] VSCode: Add Shellscript Syntax highlighting for *.func files --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000000..be834d99a2f --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "files.associations": { + "*.func": "shellscript" + } +} \ No newline at end of file