https://github.com/molnarmark/sublime-gleam
⭐️ Syntax Definitions for the Gleam Programming Language in Sublime Text
https://github.com/molnarmark/sublime-gleam
gleam gleam-lang sublime sublime-plugin sublime-text sublime-text-3
Last synced: about 1 month ago
JSON representation
⭐️ Syntax Definitions for the Gleam Programming Language in Sublime Text
- Host: GitHub
- URL: https://github.com/molnarmark/sublime-gleam
- Owner: molnarmark
- License: mit
- Created: 2020-10-23T20:37:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-25T01:12:23.000Z (over 4 years ago)
- Last Synced: 2025-04-10T14:26:21.526Z (about 1 month ago)
- Topics: gleam, gleam-lang, sublime, sublime-plugin, sublime-text, sublime-text-3
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⭐️ Gleam Sublime
[](https://github.com/ellerbrock/open-source-badge/)
[](https://github.com/ellerbrock/open-source-badge/)Syntax Definition & **gleam format** support for the [Gleam](http://gleam.run) Programming Language in Sublime Text.
## Installation
If this package is found on [Package Control](http://packagecontrol.io), then press `CTRL + Shift + P` inside Sublime, type `Gleam` and press enter.
Otherwise, go to your `Packages` folder, and execute
```bash
git clone [email protected]:molnarmark/sublime-gleam.git
```## Settings
`format_on_save` is enabled by default, to disable head over to
- Preferences
- Package Settings
- Gleam
- Gleam Settings
- change `format_on_save` to falseIf you prefer using a key binding to format, add this to your **Sublime Keymap** with the preferred key:
```json
{ "keys": [""], "command": "gleam_fmt" }
```Alternatively, you can also format via the menu, `CTRL + Shift + P` and select the `Gleam: Format` option.
### Enjoy!