Mercurial > vim
comparison plugins/taghelp @ 4:1a705d7a7521
working on stuff
| author | luka |
|---|---|
| date | Thu, 23 Oct 2025 12:33:51 -0400 |
| parents | a4ec03f77554 |
| children |
comparison
equal
deleted
inserted
replaced
| 3:951569ccb9c7 | 4:1a705d7a7521 |
|---|---|
| 1 autocmd BufRead,BufNewFile *.blade.php set filetype=blade | 1 autocmd BufRead,BufNewFile *.blade.php set filetype=blade |
| 2 | 2 |
| 3 | 3 |
| 4 autocmd FileType blade inoremap<buffer> > <c-r>=CreateTag()<cr> | 4 " autocmd FileType blade inoremap<buffer> > <c-r>=CreateTag()<cr> |
| 5 | 5 |
| 6 | 6 |
| 7 " Abbreviations | 7 " Abbreviations |
| 8 autocmd FileType blade iabbr <silent> class= class=""<Left><C-R>=Eatchar('\s')<CR> | 8 autocmd FileType blade iabbr <silent> class= class=""<Left><C-R>=Eatchar('\s')<CR> |
| 9 autocmd FileType blade iabbr <silent> id= id=""<Left><C-R>=Eatchar('\s')<CR> | 9 autocmd FileType blade iabbr <silent> id= id=""<Left><C-R>=Eatchar('\s')<CR> |
