Add improved sql syntax, closes #505

This commit is contained in:
Adam Stankiewicz
2020-08-18 23:22:09 +02:00
parent e521ba3ae2
commit 7e38f4288a
5 changed files with 274 additions and 1 deletions

View File

@@ -1151,6 +1151,10 @@ if index(g:polyglot_disabled, 'fennel') == -1
au BufNewFile,BufRead *.fnl set ft=fennel
endif
if index(g:polyglot_disabled, 'mcfunction') == -1
au BufNewFile,BufRead *.mcfunction set ft=mcfunction
endif
" restore Vi compatibility settings
let &cpo = s:cpo_save
unlet s:cpo_save