如何将';.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
Ensure you have a ~/.vim directory Ensure you have a ~/.vim/ftdetect directory Create the file ~/.vim/ftdetect/t.vim with this as the contents: " definition file for testing scripts au BufNewFile,BufRead *.t set filetype=perl
以上是关于如何将';.t';文件类型添加到vi';的语法高亮显示中的主要内容,如果未能解决你的问题,请参考以下文章