diff options
author | Mike Buland <eichlan@xagasoft.com> | 2013-02-10 21:57:18 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2013-02-10 21:57:18 +0000 |
commit | 0cce7a054ba818227494f4e48c129dde2cfc0e45 (patch) | |
tree | a57c0272babf5967b37b28f612c418463033de29 /support/vim/ftdetect | |
parent | 1538ef47d1d4cc08e5f9c5894350bfa225866d40 (diff) | |
download | libgats-0cce7a054ba818227494f4e48c129dde2cfc0e45.tar.gz libgats-0cce7a054ba818227494f4e48c129dde2cfc0e45.tar.bz2 libgats-0cce7a054ba818227494f4e48c129dde2cfc0e45.tar.xz libgats-0cce7a054ba818227494f4e48c129dde2cfc0e45.zip |
Added vim syntax highlighting for gatstxt format.
Diffstat (limited to 'support/vim/ftdetect')
-rw-r--r-- | support/vim/ftdetect/gatstxt.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/vim/ftdetect/gatstxt.vim b/support/vim/ftdetect/gatstxt.vim new file mode 100644 index 0000000..f6f3c1f --- /dev/null +++ b/support/vim/ftdetect/gatstxt.vim | |||
@@ -0,0 +1 @@ | |||
au BufRead,BufNewFile *.gtxt set filetype=gatstxt | |||