This Vim plugin provides syntax highlighting for Typespec files.
This plugin can be installed using various plugin managers:
Using vim-plug:
Add the following line to your ~/.vimrc
or init.vim
file:
Plug 'mattn/vim-typespec'
Then run :PlugInstall
in Vim.
MIT
Yasuhiro Matsumoto (a.k.a. mattn)