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
- Host: GitHub
- URL: https://github.com/chances/gtksourceview-wren
- Owner: chances
- License: mit
- Created: 2024-01-19T02:44:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T06:20:51.000Z (over 2 years ago)
- Last Synced: 2025-06-28T06:39:23.089Z (11 months ago)
- Topics: debian-package, wren
- Language: Makefile
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```