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`.

This commit is contained in:
naive231 2024-11-15 00:34:16 +08:00
parent 11ed773d82
commit 9c4f5cea24
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
args! env.vim args! env.vim
argadd main.ts argadd main.ts
set makeprg=tsc\ % set makeprg=tsc\ %
!ctags -R