Skip to content

Commit 82fe1f1

Browse files
committed
DOC: update README with coverage badge
1 parent d2e332a commit 82fe1f1

2 files changed

Lines changed: 4 additions & 42 deletions

File tree

Makefile

Lines changed: 0 additions & 38 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# stan-vim
22

3-
A Vim plugin for the [Stan probabilistic programming
4-
language](https://mc-stan.org/).
3+
[![Coverage Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Feigenfoo%2Fstan-vim%2Fbadge%3Fref%3Dmaster&style=flat)](https://actions-badge.atrox.dev/eigenfoo/stan-vim/goto?ref=master)
4+
5+
A Vim plugin for the [Stan probabilistic programming language](https://mc-stan.org/).
56

67
<p align="center">
78
<a href="https://raw.github.com/eigenfoo/stan-vim/master/screenshots/screenshot0.png"><img src="https://raw.github.com/eigenfoo/stan-vim/master/screenshots/screenshot0.png" alt="Screenshot of stan-vim syntax highlighting" width="600"></a>
@@ -23,8 +24,7 @@ language](https://mc-stan.org/).
2324
1. Syntax highlighting of Stan types, keywords and built-in functions.
2425
1. Automatic indentation consistent the recommended Stan code style.
2526
1. Folding via code indentation.
26-
1. Autocompletion of Stan keywords and functions via the Vim built-in
27-
`omnifunc`.
27+
1. Autocompletion of Stan keywords and functions via the Vim built-in `omnifunc`.
2828

2929
## Installation
3030

0 commit comments

Comments
 (0)