An open API service indexing awesome lists of open source software.

https://github.com/chances/gtksourceview-wren

Wren language syntax and MIME type
https://github.com/chances/gtksourceview-wren

debian-package wren

Last synced: 3 months ago
JSON representation

Wren language syntax and MIME type

Awesome Lists containing this project

README

          

# gtksourceview-wren

A syntax definition and MIME type for the [Wren](https://wren.io) scripting language packaged for Debian distributions.

The included syntax definition is compatible with [`GtkSourceView`](https://gitlab.gnome.org/GNOME/gtksourceview#gtksourceview) and will be globally available to any application that uses `GtkSourceView`.

## Development

### Building

```bash
make
```

### Installing

```bash
make install
```