From b3c2862e59f198cd3c36fa1e4454488d08b50ad1 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Thu, 14 May 2026 21:25:42 -0400 Subject: refactor: add cgitrc highlighting choice --- .config/Code/User/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index 55a4c35..b4e7c20 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -319,5 +319,8 @@ "zenMode.showTabs": "none", "zenMode.hideLineNumbers": false, "zenMode.hideStatusBar": false, - "git.addAICoAuthor": "off" + "git.addAICoAuthor": "off", + "files.associations": { + "cgitrc": "shellcheckrc" + } } \ No newline at end of file -- cgit v1.2.3