summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index a1cff4631..90ba9613e 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1811,6 +1811,9 @@ au BufNewFile,BufRead Cargo.lock,*/.cargo/config,*/.cargo/credentials setf toml
" S-lang (or shader language, or SmallLisp)
au BufNewFile,BufRead *.sl setf slang
+" Sage
+au BufNewFile,BufRead *.sage setf sage
+
" Samba config
au BufNewFile,BufRead smb.conf setf samba