As we said in the preface to the first edition, C 'wears well as one's experience with it grows.' With a decade more experience, we still feel that way.
I am being sponsored by Syntress! They bought me an amazing dedicated server to run catonmat on. If you're looking web services, I highly recommend the Syntress guys!
Education Sponsors
I am being sponsored by A-Writer! If you ever need help with essay writing, look no further than A-Writer! They will help you with your writing in as quickly as 3 hours!
Very cool plugin.
By the way, as PHP files often mix HTML and PHP code, what would be the best way to include PHP snippets AND HTML snippets ?
Comment Responses
i have same problem too. How to mix PHP, HTML, and JavaScript snippets ?
Add the following line to your .vimrc file toget php and html snippets:
au BufRead,BufNewFile *.php set filetype=php.html
Reply To This Comment