From 446f0b69774ad10f92495a97f5a727a225ce15f2 Mon Sep 17 00:00:00 2001 From: Edward Litherland-Smith Date: Tue, 5 Oct 2021 14:20:20 +0100 Subject: [PATCH] Associate VSCode .code-workspace file as JSON --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 80040ed6..d456871d 100644 --- a/vimrc +++ b/vimrc @@ -55,6 +55,7 @@ set softtabstop=2 au BufRead,BufNewFile *.ipynb setlocal filetype=json au BufRead,BufNewFile *.md setlocal spell +au BufRead,BufNewFile *.code-workspace setlocal filetype=json syntax on if &diff