Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Redhat: vi keyword highlights

  • 29-04-2003 8:05pm
    #1
    Registered Users, Registered Users 2 Posts: 1,766 ✭✭✭


    Not a problem as such just a query if anyone knows:

    I use vi now and again for text editing. I recently installed POVRay on RH8. It's a text file command based raytracing program (anybody use it?). Anyway... I use vi to create some sample scenes and I notice that some POVRAY specific keywords actually highlight as if they are recognised words. How would Redhat or the shell know about that?


Comments

  • Registered Users, Registered Users 2 Posts: 1,766 ✭✭✭hamster


    No worries. I found it. Actually I'm using VIM. It's cool the way it stores highlighted keywords for what ever file type you are working on! eg .C or .pov or whatever... excellent.

    All are found in: /usr/share/vim/syntax/ (for RH anyway). I found a pov.vim in there. cool.


  • Closed Accounts Posts: 5,564 ✭✭✭Typedef


    :syntax on

    [php]

    <?php
    echo "mojo";
    ?>
    [/php]


Advertisement