From 1906c8c4216954319c34933bc856715396012aeb Mon Sep 17 00:00:00 2001 From: csh Date: Thu, 3 Jul 2025 09:00:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fff422a..1a4ae3e 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ autocmd BufNewFile,BufRead *.ts[lf] setf tsl ```json "languageserver": { "tsl-server": { - "command": "tsl-server", - "filetypes": ["tsl", "tsf"] + "command": "tsl-server", + "filetypes": ["tsl", "tsf"] } } ```