From 57b37b1e1678467791b222cb35596d55b2d4ff3d Mon Sep 17 00:00:00 2001 From: Andy Grunwald Date: Sun, 2 Feb 2025 20:05:36 +0100 Subject: [PATCH] VSCode: Add Shellscript Syntax highlighting for *.func files (#1948) --- .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 00000000..be834d99 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "files.associations": { + "*.func": "shellscript" + } +} \ No newline at end of file