更新 README.md

This commit is contained in:
csh 2025-07-03 09:00:37 +08:00
parent d3274227d8
commit 1906c8c421
1 changed files with 2 additions and 2 deletions

View File

@ -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"]
}
}
```