http://www.vim.org/scripts/script.php?script_id=3797

 

Tar contains just the required .vim files, so un-tar them in (or copy to) your ~/.vim/syntax/ directory. 

To make the syntax permanent, consider setting with an auto command in your vimrc: 

au BufNewFile,BufRead *.cpp set syntax=cpp11

相关文章:

  • 2021-12-17
  • 2021-06-24
  • 2021-08-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-16
  • 2021-07-24
  • 2022-01-17
  • 2021-10-18
  • 2021-08-08
  • 2021-09-13
相关资源
相似解决方案