40634c2fda5bc53a205722983d85f961be870dc1
TSL Syntax
该插件提供 tsl 语言的语法高亮
VSCode
安装方式一
复制tsl-syntax文件夹到VSCode扩展目录
Windows: %USERPROFILE%\.vscode\extensions
macOS: ~/.vscode/extensions
Linux: ~/.vscode/extensions
安装方式二
安装vsix扩展
code --install-extension tsl-syntax-1.0.0.vsix
Vim
将tsl.vim放入~/.vim/syntax/
" 你的vimrc加入,可同时支持tsl和tsf
autocmd BufNewFile,BufRead *.ts[lf] setf tsl
Description
A developer toolkit for the TSL, including syntax highlighting, LSP, formatter, and more.
161 MiB
Languages
C++
97.3%
CMake
1.3%
Vim Script
0.7%
TypeScript
0.4%
Shell
0.3%