ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Earthly Earthfile

by earthly ALL

No description provided

Details

Installs

  • Total 237
  • Win 38
  • Mac 126
  • Linux 73
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13
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 0 0 0 0 0 0
Mac 0 0 1 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 1
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 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 and Earthfile.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 called Earthfile and copy the Earthfile.tmLanguage and Earthfile.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

sublime syntax highlighting screenshot

Release Notes

0.0.1

Initial release of earthfile-syntax-highlighting with readme and screenshot