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.
例如,我将 ESQL/C 源代码保存在“test.sc”中
当我在 Vi 编辑器中打开语法颜色时,总是关闭。
我尝试了以下命令 :syntax on,但它不适用于这些类型的文件。
:syntax on
其实我在这里找到了答案:
http://vim.wikia.com/wiki/Forcing_Syntax_Coloring_for_files_with_odd_extensions
要更改包含 ESQL/C 源代码的文件的语法颜色,可以在 VI 中使用 ":set syntax=sql" 命令。