LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   vim syntax highlighting (https://www.linuxquestions.org/questions/linux-general-1/vim-syntax-highlighting-335012/)

MiniMe001 06-18-2005 08:25 PM

vim syntax highlighting
 
How would I change the files vim highlights? I'd like to have vim highlight .phps as well as .php.

I tried doing this in /usr/share/vim/vim63/syntax:
Code:

ln -s php.vim phps.vim
but it didn't work. ^^;

frob23 06-18-2005 11:32 PM

Edit: /usr/share/vim/vim63/filetype.vim and add the extension to the line with php and php3

MiniMe001 06-19-2005 11:08 AM

aha. thanks. ;)


All times are GMT -5. The time now is 05:03 PM.