Add several filetype settings

This commit is contained in:
Alexander Gehrke 2021-05-20 18:01:29 +02:00
parent cf65891d7b
commit 09764eb3eb
9 changed files with 161 additions and 0 deletions

1
ftdetect/turtle.vim Normal file
View file

@ -0,0 +1 @@
au BufRead,BufNewFile *.ttl set filetype=rdf-turtle

View file

@ -0,0 +1 @@
au! BufNewFile,BufRead template set ft=sh syntax=sh