sponsor Vim development Vim logo Vim Book Ad

tie.vim : Vim syntax file for Tensilica Xtensa TIE extension language

 script karma  Rating 9/5, Downloaded by 694  Comments, bugs, improvements  Vim wiki

created by
Saravanan T S
 
script type
syntax
 
description
This is syntax highlighting file for TIE language that is used by Tensilica for xtensa processor tie extensions. For more information on xtensa and tensilica processors: see http://www.tensilica.com.
 
install details
**All downloaders, please provide honest rating karmas to improve this script.**

Do the following steps for installation:
1. Copy the tie.vim file to the $VIMRUNTIME/syntax folder (the folder where vim is installed in your system).
2. Add the following lines in your ~/.vimrc file (the vimrc script that will be located in your home folder).

File ~/.vimrc
------ snip ----
" include tie file syntax
au BufNewFile,BufRead *.tie setf tie
syn on
------ snap ----
Note: The "syn on" above can be omitted if already present in your vimrc file.

Thats it! You are ready to use your vim editor with the tie syntax enabled for editing.
I am happy to receive any bug reports/constructive comments/critisism from the users of tie.vim.
If there are any requests that you would have - do let me know; I will try my best to see what I can do ;) Happy tie vimming !

 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
tie.vim 0.7 2007-07-21 6.0 Saravanan T S Initial upload
ip used for rating: 3.146.105.137

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github