Vim Tips Wiki
(format and tweak)
(adjust Template:ScriptComments to remove id as no longer needed; minor tweaks)
Line 1: Line 1:
{{ScriptComments|2135|tt: syntax highlighting for tintin/tt++}}
+
{{ScriptComments|tt: syntax highlighting for tintin/tt++}}
   
 
==Comments==
 
==Comments==

Revision as of 07:37, 15 November 2011

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.