diff options
author | Camil Staps | 2017-07-21 12:22:38 +0000 |
---|---|---|
committer | Camil Staps | 2017-07-21 12:22:38 +0000 |
commit | 99b5afe45622b36fbb6656535c311c63c78a0939 (patch) | |
tree | c95cd2e187d9b753cc59dd8de5b5430eb9905d09 /vim/ftdetect/sil.vim | |
parent | Fix grammar (diff) |
Add vim syntax
Diffstat (limited to 'vim/ftdetect/sil.vim')
-rw-r--r-- | vim/ftdetect/sil.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/ftdetect/sil.vim b/vim/ftdetect/sil.vim new file mode 100644 index 0000000..f142f8f --- /dev/null +++ b/vim/ftdetect/sil.vim @@ -0,0 +1 @@ +au BufNewFile,BufRead *.sil set filetype=sil |