mirror of
https://github.com/wuelnerdotexe/vim-astro.git
synced 2025-12-06 17:24:25 +08:00
Initial release
This commit is contained in:
13
ftdetect/astro.vim
Normal file
13
ftdetect/astro.vim
Normal file
@@ -0,0 +1,13 @@
|
||||
" Vim ftdetect file.
|
||||
" Language: Astro
|
||||
" Author: Wuelner Martínez <wuelner.martinez@outlook.com>
|
||||
" Maintainer: Wuelner Martínez <wuelner.martinez@outlook.com>
|
||||
" URL: https://github.com/wuelnerdotexe/vim-astro
|
||||
" Last Change: 2022 Aug 05
|
||||
" Based On: Evan Lecklider's vim-svelte
|
||||
" Changes: See https://github.com/evanleck/vim-svelte
|
||||
" Credits: See vim-svelte on github
|
||||
|
||||
|
||||
" Whether to set the Astro filetype on *.astro files.
|
||||
autocmd BufNewFile,BufRead *.astro setfiletype astro
|
||||
Reference in New Issue
Block a user