Skip to content

markwu/vim-laravel4-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-laravel4-snippets

This is the snippets file for Laravel 4. You can use

:set ft=php.laravel

to enable it in current buffer, or just add the following line to .vimrc

autocmd FileType php set ft=php.laravel

to enable it for every php files.

Or, You also can set the filetype based on directory, like

autocmd BufNewFile,BufRead ~/proj/src/php/laravel/*.php setlocal filetype=php.laravel

BTW, you will need SnipMate or UltiSnips for using this snippets.

Most important is, this snippets based on laravel 4 for sublime text from @bliker

Mark

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages