Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 644 Bytes

README.mkd

File metadata and controls

22 lines (15 loc) · 644 Bytes

vim-cpp

This is Vim syntax files with C++11 support. They are forked from vim-jp/vim-cpp and have support fo syntax highlighting of embeded ChaiScript.

To enable syntax highlighting wrap your embedded script in raw string literals as such:

std::string = R"chaiscript(
  // some script
)chaiscript";

c.vim is based on Bram Moolenaar [email protected] and cpp.vim is based on Ken Shan [email protected].

License

License of original files conform to author of them. Enhancement of changes are licensed as VIM license. vim-jp will do maintenance of those files if possible. But we contribute this changes to VIM.