diff options
| author | nic-gaffney <gaffney_nic@protonmail.com> | 2023-06-26 21:29:43 -0500 |
|---|---|---|
| committer | nic-gaffney <gaffney_nic@protonmail.com> | 2023-06-26 21:29:43 -0500 |
| commit | 8c9bd55e161ba5fcaea626a1db2e0b685ac4f096 (patch) | |
| tree | 998dba9c480ca1342b3bf5d4fd418848577ac563 /vim/ftdetect.vim | |
| parent | 54a2023adac82dc2d25c7de3eb5c5d54a9c0e83a (diff) | |
| download | sloth-8c9bd55e161ba5fcaea626a1db2e0b685ac4f096.tar.gz | |
added vim highlighting
Diffstat (limited to 'vim/ftdetect.vim')
| -rw-r--r-- | vim/ftdetect.vim | 1 |
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 |
