Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sublimetext/yamlpipelines
Sublime Syntax Definitions for YAML CI/CD pipelines like GitHub Actions, AzureDevops, Kong API Gateway, Gitlab CICD, Bitbucket, Drone CI etc.
https://github.com/sublimetext/yamlpipelines
sublime-text sublime-text-package syntax-highlighting
Last synced: about 2 months ago
JSON representation
Sublime Syntax Definitions for YAML CI/CD pipelines like GitHub Actions, AzureDevops, Kong API Gateway, Gitlab CICD, Bitbucket, Drone CI etc.
- Host: GitHub
- URL: https://github.com/sublimetext/yamlpipelines
- Owner: SublimeText
- License: mit
- Created: 2023-01-25T19:39:05.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T11:01:19.000Z (2 months ago)
- Last Synced: 2024-10-20T14:59:00.034Z (2 months ago)
- Topics: sublime-text, sublime-text-package, syntax-highlighting
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 16
- Watchers: 6
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yaml Pipelines for Sublime Text
Syntax highlighting definitions for YAML pipeline files, like GitHub Actions and AzureDevops, Drone CI, GitLab CICD, AWS templates etc.
Includes a small plugin to automatically apply the GitHub Actions filetype when loading or saving a YAML file in a `.github/workflows` folder.Why not just use the default YAML syntax definition? Because it doesn't highlight conditions, variables or embedded Bash or PowerShell scripts!