diff options
author | Mike Buland <eichlan@xagasoft.com> | 2008-02-13 00:20:34 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2008-02-13 00:20:34 +0000 |
commit | c9925dd2bc26ad9b7f1395a8c1ddfb2786276ae6 (patch) | |
tree | 9eb0ed622835b0e59cc156a08de9313a2c71d0a9 /support/vim/ftdetect | |
parent | 5093edfb74b24c5782591af0d85134c295c6b0e6 (diff) | |
download | libbu++-c9925dd2bc26ad9b7f1395a8c1ddfb2786276ae6.tar.gz libbu++-c9925dd2bc26ad9b7f1395a8c1ddfb2786276ae6.tar.bz2 libbu++-c9925dd2bc26ad9b7f1395a8c1ddfb2786276ae6.tar.xz libbu++-c9925dd2bc26ad9b7f1395a8c1ddfb2786276ae6.zip |
Added the support tree and the new taf vim hilighter.
Diffstat (limited to 'support/vim/ftdetect')
-rw-r--r-- | support/vim/ftdetect/taf.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/vim/ftdetect/taf.vim b/support/vim/ftdetect/taf.vim new file mode 100644 index 0000000..f0815c4 --- /dev/null +++ b/support/vim/ftdetect/taf.vim | |||
@@ -0,0 +1 @@ | |||
au BufRead,BufNewFile *.taf set filetype=taf | |||