aboutsummaryrefslogtreecommitdiff
path: root/vim/ftdetect.vim
diff options
context:
space:
mode:
authornic-gaffney <gaffney_nic@protonmail.com>2023-06-26 21:29:43 -0500
committernic-gaffney <gaffney_nic@protonmail.com>2023-06-26 21:29:43 -0500
commit8c9bd55e161ba5fcaea626a1db2e0b685ac4f096 (patch)
tree998dba9c480ca1342b3bf5d4fd418848577ac563 /vim/ftdetect.vim
parent54a2023adac82dc2d25c7de3eb5c5d54a9c0e83a (diff)
downloadsloth-8c9bd55e161ba5fcaea626a1db2e0b685ac4f096.tar.gz
added vim highlighting
Diffstat (limited to 'vim/ftdetect.vim')
-rw-r--r--vim/ftdetect.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/ftdetect.vim b/vim/ftdetect.vim
new file mode 100644
index 0000000..c19a7ca
--- /dev/null
+++ b/vim/ftdetect.vim
@@ -0,0 +1 @@
+au BufRead,BufNewFile *.sloth set filetype=sloth