From cc89e57956c25d4dc37fa495da24071d6863a5cd Mon Sep 17 00:00:00 2001 From: Patrick Stockwell Date: Sat, 15 Dec 2018 10:40:03 +1100 Subject: [PATCH] update code snippet highlight in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 933db5c..d3c18bb 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ I recommend using [Plug](https://github.com/junegunn/vim-plug). Add the following to your `.vimrc` and run `PlugInstall` -```javascript +```vim Plug 'patstockwell/vim-monokai-tasty' ``` Works best with these if you write javascript or React -```javascript +```vim Plug 'pangloss/vim-javascript' Plug 'mxw/vim-jsx' Plug 'styled-components/vim-styled-components' @@ -25,12 +25,12 @@ Plug 'elzr/vim-json' Add to your `.vimrc`: -``` +```vim colorscheme vim-monokai-tasty ``` If you use a terminal that supports italic text, add -``` +```vim let g:vim_monokai_tasty_italic = 1 ```