Skip to content

Commit 2817dba

Browse files
authored
add badges for CI and docs (#20)
1 parent 7b8dc2a commit 2817dba

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Julia Syntax Highlighting
22

3-
<!-- [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaLang.github.io/JuliaSyntaxHighlighting.jl/stable/) -->
4-
<!-- [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaLang.github.io/JuliaSyntaxHighlighting.jl/dev/) -->
5-
<!-- [![Build Status](https://github.com/JuliaLang/JuliaSyntaxHighlighting.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaLang/JuliaSyntaxHighlighting.jl/actions/workflows/CI.yml?query=branch%3Amain) -->
6-
<!-- [![Coverage](https://codecov.io/gh/JuliaLang/JuliaSyntaxHighlighting.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaLang/JuliaSyntaxHighlighting.jl) -->
3+
[![][docs-dev-img]][docs-dev-url]
4+
[![][ci-img]][ci-url]
75

86
The `JuliaSyntaxHighlighting` package builds on the `StyledStrings` and
97
`JuliaSyntax` standard libraries to provide a simple utility for applying syntax
@@ -27,3 +25,10 @@ julia> Base.annotations(ans)
2725
@NamedTuple{region::UnitRange{Int64}, label::Symbol, value}((47:47, :face, :julia_rainbow_paren_2))
2826
@NamedTuple{region::UnitRange{Int64}, label::Symbol, value}((48:48, :face, :julia_rainbow_paren_1))
2927
```
28+
29+
30+
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
31+
[docs-dev-url]: https://JuliaLang.github.io/JuliaSyntaxHighlighting.jl/dev/
32+
33+
[ci-img]: https://github.com/JuliaLang/JuliaSyntaxHighlighting.jl/actions/workflows/ci.yml/badge.svg?branch=main
34+
[ci-url]: https://github.com/JuliaLang/JuliaSyntaxHighlighting.jl/actions/workflows/ci.yml?query=branch%3Amain

0 commit comments

Comments
 (0)