File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# fortls - the Fortran Language Server
2
2
3
- [ ![ PyPI Latest Release] ( https://img.shields.io/pypi/v/fortls.svg )] ( https://pypi.org/project/fortls/ )
3
+ ![ PyPI] ( https://img.shields.io/pypi/v/fortls )
4
+ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/fortls )
4
5
[ ![ Tests] ( https://github.com/gnikit/fortls/actions/workflows/main.yml/badge.svg )] ( https://github.com/gnikit/fortls/actions/workflows/main.yml )
5
6
[ ![ Documentation] ( https://github.com/gnikit/fortls/actions/workflows/docs.yml/badge.svg )] ( https://github.com/gnikit/fortls/actions/workflows/docs.yml )
6
- [ ![ image] ( https://img.shields.io/github/license/gnikit/fortls.svg )] ( https://github.com/gnikit/fortls/blob/dev/LICENSE )
7
+ [ ![ Codecov] ( https://img.shields.io/codecov/c/gh/gnikit/fortls )] ( https://app.codecov.io/gh/gnikit/fortls/ )
8
+ [ ![ GitHub license] ( https://img.shields.io/github/license/gnikit/fortls )] ( https://github.com/gnikit/fortls/blob/dev/LICENSE )
7
9
[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
8
10
9
11
` fortls ` is an implementation of the [ Language Server Protocol] ( https://github.com/Microsoft/language-server-protocol )
You can’t perform that action at this time.
0 commit comments