From 92d94094bbb1807a50ce10830c1fbc2278971bdf Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Mon, 14 Mar 2016 19:53:54 -0500 Subject: [PATCH] Add bash syntax highlighting --- vim/open-vim-to-a-tag-definition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/open-vim-to-a-tag-definition.md b/vim/open-vim-to-a-tag-definition.md index b591a92..b1fb815 100644 --- a/vim/open-vim-to-a-tag-definition.md +++ b/vim/open-vim-to-a-tag-definition.md @@ -7,7 +7,7 @@ if you have a Rails project going and you provide Vim with the `UsersController` tag name, it will open the `app/controllers/users_controller.rb`. Just use the `-t` flag like so: -``` +```bash $ vim -t UsersController ```