Skip to content

Commit

Permalink
Merge pull request #4 from Tchoupinax/feature/color-for-helm-extension
Browse files Browse the repository at this point in the history
v1.0.4 - Color for helm_remote
  • Loading branch information
Tchoupinax authored Jul 7, 2020
2 parents bada00d + a164873 commit 38ec9e9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### 1.0.4 | 2020-07-07 [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/Tchoupinax/vsextensions/tilt/1.0.4/vspackage)

- Supports keywords for `helm_remote` extension (https://github.com/tilt-dev/tilt-extensions/tree/master/helm_remote)
- Change child commands to harmonize color

### 1.0.3 | 2020-04-04 [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/Tchoupinax/vsextensions/tilt/1.0.3/vspackage)

- Supports `allow_k8s_contexts` keyword
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Tchoupinax <[email protected]>",
"publisher": "Tchoupinax",
"icon": "assets/tilt.png",
"version": "1.0.3",
"version": "1.0.4",
"engines": {
"vscode": "^1.35.0"
},
Expand Down
4 changes: 2 additions & 2 deletions syntaxes/.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"keywords": {
"patterns": [
{
"match": "\\b(k8s_resource|enable_feature|default_registry|fall_back_on|k8s_resource_assembly_version|run|helm|sync|trigger|restart_container|local_git_repo)\\b",
"match": "\\b(k8s_resource|enable_feature|default_registry|ignore|repo_name|live_update|repo_url|set|release_name|username|password|values|fall_back_on|k8s_resource_assembly_version|run|helm|trigger|local_git_repo)\\b",
"captures": {
"0": {
"name": "variable.language"
}
}
},
{
"match": "\\b(docker_build|k8s_yaml|live_update|local|allow_k8s_contexts|port_forwards)\\b",
"match": "\\b(docker_build|k8s_yaml|helm_remote|local|load|allow_k8s_contexts|restart_container|sync|port_forwards)\\b",
"captures": {
"0": {
"name": "keyword.control"
Expand Down

0 comments on commit 38ec9e9

Please sign in to comment.