2007-04-16から1日間の記事一覧

TT2 syntax

vim

http://www.vim.org/scripts/script.php?script_id=830これ見つけた。 .vim |-- ftdetect | |-- tt.vim -> tt2html.vim | |-- tt2.vim | `-- tt2html.vim `-- syntax |-- tt2.vim `-- tt2html.vimこのやり方だと、:sp しても色かわんねーや。

config->{file}

__PACKAGE__->config( file => __PACKAGE__->path_to('conf.d') ); これやると、拡張子が、.d だと判断して死亡。 __PACKAGE__->config( file => __PACKAGE__->path_to('conf') ); これでいっか。