From 0cce7a054ba818227494f4e48c129dde2cfc0e45 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sun, 10 Feb 2013 21:57:18 +0000 Subject: Added vim syntax highlighting for gatstxt format. --- support/vim/ftdetect/gatstxt.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 support/vim/ftdetect/gatstxt.vim (limited to 'support/vim/ftdetect/gatstxt.vim') 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 -- cgit v1.2.3