From c59f68f7473f3c564aba9b91dca0385b5db38b74 Mon Sep 17 00:00:00 2001 From: Nate Kane Date: Mon, 14 May 2018 21:27:26 +1000 Subject: [PATCH] Use bash syntax highlighting for terminal commands in the readme --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 7bfe6c0..366d41c 100644 --- a/README.markdown +++ b/README.markdown @@ -22,7 +22,7 @@ To install the plugin copy `autoload`, `plugin`, `doc` directories into your `.v ### Pathogen If you have [Pathogen](http://www.vim.org/scripts/script.php?script_id=2332) installed, clone this repo into a subdirectory of your `.vim/bundle` directory like so: -``` +```bash cd ~/.vim/bundle git clone git://github.com/nathanaelkane/vim-indent-guides.git ```