gpt4 book ai didi

c - Syntastic:如何更改文件扩展名设置

转载 作者:太空宇宙 更新时间:2023-11-03 23:28:35 25 4
gpt4 key购买 nike

我正在使用一个名为 c0 的 C 子集。语法几乎相同,但文件扩展名是 c0 而不是 c。有没有办法更改我的 vimrc 文件,使 Syntastic 理解 c0 与 c 相同,因此它将对以 c0 结尾的文件使用相同的 linter?

谢谢!

最佳答案

尝试设置FileType对于你的 c0 扩展:

将此添加到您的 .vimrc

au BufRead,BufNewFile *.c0 set ft=c

关于c - Syntastic:如何更改文件扩展名设置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20713080/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com