14
突出我經由打字稿語法在vim
git clone https://github.com/leafgarland/typescript-vim.git ~/.vim/bundle/typescript-vim
安裝typescript plugin並插入
au BufRead,BufNewFile *.ts setfiletype typescript
通過~/.vim.rc
成。通過Syntastic和TSC掉毛/ tslint運作良好,並
:set syntax
顯示syntax=typescript
。但是,
:syntax
顯示No Syntax items defined for this buffer
並突出顯示不起作用。
任何想法發生了什麼問題?
我安裝了[Pathogen](https://github.com/tpope/vim-pathogen),'〜/ .vimrc'中的'au ...'指令就是我所需要的。 – bloodyKnuckles