如何将';.t';文件类型添加到vi';的语法高亮显示中

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何将';.t';文件类型添加到vi';的语法高亮显示中相关的知识,希望对你有一定的参考价值。

This allows you to use perl syntax highlighting in vi for test scripts that use the ".t" file extension
  1. Ensure you have a ~/.vim directory
  2. Ensure you have a ~/.vim/ftdetect directory
  3.  
  4. Create the file ~/.vim/ftdetect/t.vim with this as the contents:
  5.  
  6. " definition file for testing scripts
  7. au BufNewFile,BufRead *.t set filetype=perl

以上是关于如何将';.t';文件类型添加到vi';的语法高亮显示中的主要内容,如果未能解决你的问题,请参考以下文章

将路径添加到Ruby';require';

将当前日期添加到文件

分解/内爆列表(';';.join())

如果用户主页中存在';bin';,则将其添加到路径中。

Git:删除意外添加到存储库的文件。

AtCoder Grand Contest 039