tie.vim : Vim syntax file for Tensilica Xtensa TIE extension language
script karma |
Rating 9/5,
Downloaded by 798 |
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 !
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.144.143.110
|