sponsor Vim development Vim logo Vim Book Ad

trt.vim : Test Real Time scripting language for C testing.

 script karma  Rating 5/2, Downloaded by 1111  Comments, bugs, improvements  Vim wiki

created by
Samuel Hangouët
 
script type
syntax
 
description
This is a syntax file for TRT (Rational Test Real Time), a scripting tool for testing programs written in C.
 
install details
Put this file in the syntax directory of vim.
Add the two following lines in your filetype.vim to add detection of .pts, .def, .hts files :

" TRT scripts
au BufNewFile,BufRead *.pts,*.hts,*.def setf trt
 

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
trt.vim 1.3 2005-09-16 6.0 Samuel Hangouët Improve colorisation patterns
Remove match of numbers in comments (very dangerous !)
trt.vim 1.2 2005-05-12 6.0 Samuel Hangouët Improved the management of syntax typing errors.
trt.vim 1.1 2005-05-02 6.0 Samuel Hangouët Added C syntax inside { } blocks, parens'errors display, correct a little bug by putting keepend in # region matching definition, and complete the list of keywords from TRT user manual.
trt.vim 1.0 2005-04-04 6.0 Samuel Hangouët Initial upload
ip used for rating: 3.19.27.178

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