Thursday, December 30, 2010

Re: SQL Syntax Colors for Filename Extension Other Than ".sql"

You could use an autocommand in your .vimrc to set the filetype
automatically based on the file extension, e.g.:

au BufNewFile,BufRead *.prc setl ft=sql

--
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

No comments: