Home

Awesome

earthfile-syntax-highlighting

<div align="center"><img alt="Earthly" width="700px" src="https://github.com/earthly/earthly/raw/main/img/logo-banner-white-bg.png" /></div>

Syntax highlighting for Earthly Earthfiles.

For an introduction of Earthly see the Earthly GitHub repository or the Earthly documentation.

How to Test

# Build & Install the package
earthly +local-install --VSCODE_RELEASE_TAG=${VERSION}

How to Release

  1. Check what the next version should be by looking what is already published
  2. Set the version to publish:
    export VSCODE_RELEASE_TAG=${NEW_VERSION_HERE}
    
  3. Make sure that the new version has release notes already in the README
  4. Run:
    earthly +release --VSCODE_RELEASE_TAG=${VSCODE_RELEASE_TAG}
    

troubleshooting

Release Notes

Changelog