Gleam
Gleam language support for Sublime Text
Details
Installs
- Total 71
- Win 11
- Mac 38
- Linux 22
Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Sublime Text Gleam 💫
A Sublime text language package for the Gleam programming language.
Features
- 🎨 Gleam syntax highlighting.
- 👔 Gleam format on save.
Installation
For formatting to work you must have gleam
installed on your computer.
Follow these instructions for installing gleam
: https://gleam.run/getting-started/
You can get this package on Package Control.
- Open up Sublime text
- Press
CTRL + Shift + P
inside Sublime Text - Type
Gleam
and press enter.
Otherwise, go to your Packages
folder, and execute
git clone git@github.com:itsgreggreg/sublime-text-gleam.git Gleam
Settings
To access setings for this package click on:
Preferences -> Package Settings -> Gleam -> Settings
Format on Save
format_on_save
is on for all gleam files by default, you can change this
by opening the package settings and changing format_on_save
to one of the
available options.
For the full list of options open up the settings for this package.
Gleam executable absolute path
This package will try to find gleam
automatically in your system but in case
it can't or you want to use a specific version of gleam
, change the
absolute_path
option in your settings file to be the location of the gleam
executable on your computer.
If you know gleam
is installed but formatting is not working, try running
which gleam
in the terminal and pasting the output of that command into
absolute_path
.
Contributions
Welcome! Feel free to file a bug or make a pull request.