rom*_*ovs 6 vim syntax-highlighting
我使用latex来使用minted包来排版大量代码.主要是我的Latex源的布局如下所示:
... text ...
\begin{cppcode}
class GenericClass{
public:
int publicMember;
private:
int privateMember;
}
\end{cppcode}
... text ...
Run Code Online (Sandbox Code Playgroud)
反正有告诉Vim高亮里面的代码\begin{cppcode} \end{cppcode},如果它C++的代码?