Vim Tips Wiki
Advertisement

Use this page to discuss script 2135 tt: syntax highlighting for tintin/tt++

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Comments[]

If you add the following line to file .vim/filtetype.vim

au BufNewFile,BufRead *.tt setf tt

then you don't need to enter :set syntax=tt everytime you open the .tt-file, it will automatically be loaded.

Advertisement