Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DannyLettuce/gleam_gedit
File to add support for Gleam Language to the famous gedit editor
https://github.com/DannyLettuce/gleam_gedit
Last synced: 27 days ago
JSON representation
File to add support for Gleam Language to the famous gedit editor
- Host: GitHub
- URL: https://github.com/DannyLettuce/gleam_gedit
- Owner: DannyLettuce
- Created: 2021-04-05T13:16:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T19:21:01.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T04:09:01.256Z (4 months ago)
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-gleam - DannyLettuce/gleam_gedit - Gleam syntax support for Gedit (and other GtkSourceView editors). (Editor support / Web applications)
README
# Gleam Gedit
File to add support to Gleam Language for the famous gedit editor ( and other GtkSourceView editors )
## Install
Copy the .lang file and add it to the language-specs folder.
Usually:$ ~/usr/share/gtksourceview-3.0/language-specs/
and restart your editor. That's it!
## Notes
This is a first attempt for supporting gleam syntax highlighting, so consider this project as a work in progress.PR's are welcome!