Skip to content

Commit

Permalink
feat: add new words (#5)
Browse files Browse the repository at this point in the history
* feat: add new words

* chore: prepare publication
  • Loading branch information
Tchoupinax authored Jul 10, 2020
1 parent 38ec9e9 commit 95714fd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog

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

- Supports new keywords: `docker_build_with_restart`, `watch_file`, `min_tilt_version`, `entrypoint`, `resource_deps`
- Change color level for `k8s_resource` keyword

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

- Now available on open-vsx.org !
- Supports keywords for `helm_remote` extension (https://github.com/tilt-dev/tilt-extensions/tree/master/helm_remote)
- Change child commands to harmonize color

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 <corentinfiloche@hotmail.fr>",
"publisher": "Tchoupinax",
"icon": "assets/tilt.png",
"version": "1.0.4",
"version": "1.0.5",
"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|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",
"match": "\\b(enable_feature|default_registry|resource_deps|entrypoint|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|helm_remote|local|load|allow_k8s_contexts|restart_container|sync|port_forwards)\\b",
"match": "\\b(docker_build|k8s_resource|k8s_yaml|helm_remote|local|load|watch_file|min_tilt_version|allow_k8s_contexts|restart_container|sync|port_forwards|docker_build_with_restart)\\b",
"captures": {
"0": {
"name": "keyword.control"
Expand Down

0 comments on commit 95714fd

Please sign in to comment.