vim: Add ftdetect/indent/syntax for Crystal
From https://github.com/vim-crystal/vim-crystal
This commit is contained in:
parent
5e09b7cefd
commit
80902379c0
3 changed files with 608 additions and 0 deletions
3
vim/ftdetect/crystal.vim
Normal file
3
vim/ftdetect/crystal.vim
Normal file
|
@ -0,0 +1,3 @@
|
|||
" vint: -ProhibitAutocmdWithNoGroup
|
||||
autocmd BufNewFile,BufReadPost *.cr setlocal filetype=crystal
|
||||
autocmd BufNewFile,BufReadPost Projectfile setlocal filetype=crystal
|
Loading…
Add table
Add a link
Reference in a new issue