sponsor Vim development Vim logo Vim Book Ad

teraterm : Teraterm MACRO syntax highlighting

 script karma  Rating 15/8, Downloaded by 1108  Comments, bugs, improvements  Vim wiki

created by
Russell Brinkmann
 
script type
syntax
 
description
Teraterm MACRO syntax highlighting. This script provides syntax highlighting for the Teraterm MACRO programming/scripting language.
 
install details
1) Put the teraterm.vim into your vimfiles/syntax directory
2) Edit your vimfiles/filetype.vim to include something like the lines below, which assumes that these files will end in *.ttl:

augroup filetypedetect

\" Teraterm MACRO files
au BufNewFile,BufRead *.ttl setf Teraterm

augroup END
 

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
teraterm.vim 1.0 2010-06-21 6.0 Russell Brinkmann Initial upload
ip used for rating: 18.223.196.211

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