vim - Verilog code color lost -


I'm working on Verilog using the gvim editor on linux OS. Due to the system failure, I lost some files already in the predefined variables of the Whirlong code but were no longer used. How can I return those colors? Please help!

Do not you have to turn on syntax.

 :   

Syntax or add it to your vimrc file

  syntax   

The loss may be due to the VirgoGuite syntax files, I can be found, I have a FitPlugin too.

I use the following line to emphasize the type of file type:

  au bufnewfile, bufride * .v, * .hh, *. Args, *. F, *. Verilog set ft = verilog    

Comments