1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-02 22:58:01 +00:00

Add bash syntax highlighting

This commit is contained in:
jbranchaud
2016-03-14 19:53:54 -05:00
parent 7d3442e23d
commit 92d94094bb

View File

@@ -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
```