[nvim] Recognize .ttl and .shacl

This commit is contained in:
Midgard 2024-07-03 15:27:55 +02:00
parent 1dc9da0a2c
commit b400763a4b
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -102,6 +102,8 @@ endif
" Filetype " Filetype
au BufRead,BufNewFile *.mapcss set filetype=css au BufRead,BufNewFile *.mapcss set filetype=css
au BufRead,BufNewFile *.ttl set filetype=turtle
au BufRead,BufNewFile *.shacl set filetype=turtle
" Switching buffers {{{2 " Switching buffers {{{2
nnoremap <silent> <F14> :bprev<cr> " s-F2 nnoremap <silent> <F14> :bprev<cr> " s-F2