trt.vim : Test Real Time scripting language for C testing.
| script karma |
Rating 5/2,
Downloaded by 1412 |
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 |
| |
script versions (upload new version)
Click on the package to download.
| 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: 216.73.216.130
|