diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-19 02:38:07 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-19 02:38:07 +0200 |
commit | 6208384bd4b4306338ef4bfa0605cf182a424ee2 (patch) | |
tree | cd9d1d549e803fd2f955113f6fed262222ad08fe | |
parent | 225c408b02cbcd76463b7b040b6d719d00a0d013 (diff) | |
download | vim-polyglot-6208384bd4b4306338ef4bfa0605cf182a424ee2.tar.gz vim-polyglot-6208384bd4b4306338ef4bfa0605cf182a424ee2.zip |
Improve syntax highlighting of the readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ A collection of language packs for Vim. For example when using [Plug](https://github.com/junegunn/vim-plug): -``` +```vim set nocompatible call plug#begin() |