Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 437 Bytes

File metadata and controls

21 lines (11 loc) · 437 Bytes

vim-tid

A tiddler syntax file for the VIM editor.

This is a rough syntax file that need some tuning. Please pull request.

Installation

Unix

Install vim.tid into ~/.vim/syntax/

Append the following lines your .vimrc file:

au BufRead,BufNewFile *.tid set filetype=tid
au! Syntax tid source ~/.vim/syntax/tid.vim

Note: You may need to turn on syntax highlighting via your .vimrc file:

syntax on