1
1
Fork 0

vim: Add ftdetect/indent/syntax for Crystal

From https://github.com/vim-crystal/vim-crystal
This commit is contained in:
Jonathan Schleifer 2021-03-02 01:45:56 +00:00
parent 5e09b7cefd
commit 80902379c0
3 changed files with 608 additions and 0 deletions

3
vim/ftdetect/crystal.vim Normal file
View file

@ -0,0 +1,3 @@
" vint: -ProhibitAutocmdWithNoGroup
autocmd BufNewFile,BufReadPost *.cr setlocal filetype=crystal
autocmd BufNewFile,BufReadPost Projectfile setlocal filetype=crystal