On Oct 13, 1:34 am, Dayananda <[email protected]> wrote: > Thank you SC and sorry for very short description of the problem. I am able > to find the syntax file in the */usr/share/vim/vim63/syntax* > > It has most of the languages. I am using the language system verilog, whose > extension would be in .sv and the syntax would be similar to the syntax of > existing verilog language. > > Can I guide vim to pick up the verilog syntax whenever I open a *.sv file ? > as of now I am using > :se syntax=verilog every time I open a .sv file. > > Could you please help me on this.
Do you have filetype detection turned on? In your ~/.vimrc file, you should have a line like: filetype plugin indent on (where either "plugin" or "indent" or both can be missing depending on what features of Vim you want to use) -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
