nixpkgs/home/programs/neovim/configuration/ftdetect/fluid.vim

6 lines
387 B
VimL

au BufNewFile,BufRead **/ContentBlocks/**/*.html setlocal filetype=fluid
au BufNewFile,BufRead **/Resources/Private/**/*.html setlocal filetype=fluid
au BufNewFile,BufRead **/Resources/Private/Partials/** setlocal filetype=fluid
au BufNewFile,BufRead **/Resources/Private/Layouts/** setlocal filetype=fluid
au BufNewFile,BufRead **/Resources/Private/Templates/** setlocal filetype=fluid