Shougo / neocomplcache.vim

Ultimate auto-completion system for Vim.
http://www.vim.org/scripts/script.php?script_id=2620
1.72k stars 135 forks source link

how to support other file type syntax and dictionary? #480

Closed leolf closed 10 years ago

leolf commented 10 years ago

This plugin is awesome! I am also use the VIM in my Verilog and System-Verilog code edit. It's pity that there is no dictionary for the Verilog and System-Verilog key words.

Can you let me know how to add key words for the Verilog and System-Verilog file type? The file type normally with ".v" or ".sv" suffix. Or you can take the reference key words from this syntax highlight plugin. http://www.vim.org/scripts/script.php?script_id=1586