Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一堆以 .lib 作为扩展名的 shell 脚本文件,除非使用 .sh 作为扩展名重命名文件,否则 Tlist 不会使用这些函数。
如何在不重命名文件的情况下将 .lib 文件列为 shell 脚本?
丹尼尔
vi 将文件类型列为“cobol”,因此要求 ctgas 将此文件类型视为 Sh 为我工作
将以下行添加到 .vimrc 就可以了:
let tlist_cobol_settings = 'Sh;c:class;f:function'