[nvim] Recognize .ttl and .shacl
This commit is contained in:
parent
1dc9da0a2c
commit
b400763a4b
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,8 @@ endif
|
|||
|
||||
" Filetype
|
||||
au BufRead,BufNewFile *.mapcss set filetype=css
|
||||
au BufRead,BufNewFile *.ttl set filetype=turtle
|
||||
au BufRead,BufNewFile *.shacl set filetype=turtle
|
||||
|
||||
" Switching buffers {{{2
|
||||
nnoremap <silent> <F14> :bprev<cr> " s-F2
|
||||
|
|
Loading…
Reference in a new issue