-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bdf2623
commit 0fa0688
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# GtkSourceWidget | ||
|
||
[![Build Status](https://travis-ci.com/JuliaGtk/GtkSourceWidget.jl.svg?branch=master)](https://travis-ci.com/JuliaGtk/GtkSourceWidget.jl) [![](https://img.shields.io/badge/docs-latest-blue.svg)](https://pkg.julialang.org/docs/GtkSourceWidget/) | ||
[![Build Status](https://github.com/JuliaGtk/GtkSourceWidget.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/JuliaGtk/GtkSourceWidget.jl/actions/workflows/CI.yml?query=branch%3Amaster) [![](https://img.shields.io/badge/docs-latest-blue.svg)](https://pkg.julialang.org/docs/GtkSourceWidget/) | ||
|
||
GtkSourceWidget.jl is a Julia wrapper for the Gtk library GtkSourceView that allows showing source code documents (see https://wiki.gnome.org/Projects/GtkSourceView). |