Earthly Earthfile
No description provided
Labels language syntax
Details
Installs
- Total 268
- Win 46
- Mac 141
- Linux 81
Jun 8 | Jun 7 | Jun 6 | Jun 5 | Jun 4 | Jun 3 | Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 |
Mac | 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 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 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 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
SublimeText Earthly Syntax README
Syntax highlighting for Earthly Earthfiles for Sublime Text.
For an introduction of Earthly see the Earthly GitHub repository or the Earthly documentation.
Installation Notes
For Sublime 3
- From Sublime ->
Preferences
->Browse Packages
-> This will open a directory - Copy the
Earthfile.tmLanguage
andEarthfile.tmPreferences
inside this directory and the syntax will be added to Sublime - After this, new Earthfiles that you open will have the syntax highlighted, and for the already opened earthfiles, either reopen it, or restart sublime, or select
View
->Syntax
->Earthfile
For Sublime 2
- From Sublime ->
Preferences
->Browse Packages
- It will open a directory similar to
<Installation Directory>\Data\Packages
- It will have a lot of dircetories with language names such as
C++
,Java
,Python
and many more. We need to create a folder calledEarthfile
and copy theEarthfile.tmLanguage
andEarthfile.tmPreferences
inside the newly created directory - After this, new Earthfiles that you open will have the syntax highlighted, and for the already opened earthfiles, either reopen it, or restart sublime, or select
View
->Syntax
->Earthfile
Screenshot
Release Notes
0.0.1
Initial release of earthfile-syntax-highlighting with readme and screenshot