On Aug 9, 7:22 am, wombatvvv <[email protected]> wrote: > Thanks for the helpful replies guys. > > I ended up figuring out what was wrong ... yup, the terminal wasn't in 256 > colour mode. > > Turns out I can put it into 256 colour mode pretty easily from within VIM > simply by using: *set t_Co=256*. This solves the problem straight away. I > guess one of the other colorschemes might have had that included, which is > why it worked after cycling through all the colorschemes. > > /However, now I have another question.../ ... after so much stuffing around > with colours and colorschemes, I started building my own colorscheme. I have > 2 questions... > > *1.* I can't get PHP funcitons to highlight at all. I've tried lots of > different identifiers, Function, phpFunction, phpMethods, etc. but none of > them work. Functions in other languages highlight fine. >
Is the php filetype and syntax highlight being detected properly? Type: :set filetype? syntax? to find out. -- 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
