Skip to content

Commit d6bbe4b

Browse files
committed
DOC: add screenshot
1 parent 7378fe7 commit d6bbe4b

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
A Vim plugin for the [Stan probabilistic programming
44
language](https://mc-stan.org/).
55

6+
![Screenshot of stan-vim syntax
7+
highlighting](https://raw.github.com/eigenfoo/stan-vim/master/screenshots/screenshot.png)
8+
69
## Table of Contents
710

811
- [Features](#features)
@@ -23,7 +26,7 @@ language](https://mc-stan.org/).
2326

2427
### Vundle, NeoBundle and VimPlug
2528

26-
_For Vundle users,_ place this in your `.vimrc`:
29+
For Vundle users, place this in your `.vimrc`:
2730

2831
```
2932
Plugin 'eigenfoo/stan-vim'
@@ -36,11 +39,11 @@ Plugin 'eigenfoo/stan-vim'
3639
:PluginInstall
3740
```
3841

39-
_For Vundle versions < 0.10.2,_ replace `Plugin` with `Bundle` above.
42+
For Vundle versions < 0.10.2, replace `Plugin` with `Bundle` above.
4043

41-
_For NeoBundle users,_ replace `Plugin` with `NeoBundle` above.
44+
For NeoBundle users, replace `Plugin` with `NeoBundle` above.
4245

43-
_For VimPlug users,_ replace `Plugin` with `Plug` above.
46+
For VimPlug users, replace `Plugin` with `Plug` above.
4447

4548
### Pathogen
4649

screenshots/screenshot.png

69.7 KB
Loading

0 commit comments

Comments
 (0)