From 9c4f5cea241715a268db88194ae2e11d516a9659 Mon Sep 17 00:00:00 2001 From: naive231 Date: Fri, 15 Nov 2024 00:34:16 +0800 Subject: [PATCH] Refactored the `processLineBlock` function in `main.ts` to improve list item handling and formatting. Updated the `applyFormatting` function to include additional formatting rules. Also modified `env.vim` to add `main.ts` to the argument list and set the make program to `tsc`. --- env.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/env.vim b/env.vim index 972bb45..a098530 100644 --- a/env.vim +++ b/env.vim @@ -1,3 +1,4 @@ args! env.vim argadd main.ts set makeprg=tsc\ % +!ctags -R