Skip to content

Commit 61accc8

Browse files
committed
add engine attribute
1 parent db16ad2 commit 61accc8

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
# 0.0.32
4+
- add `engine` attribute
5+
36
# 0.0.31
47
- rename `cache` as `artifacts`
58

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "terrabuild",
44
"displayName": "Terrabuild",
55
"description": "Syntax highlighting for Terrabuild",
6-
"version": "0.0.31",
6+
"version": "0.0.32",
77
"publisher": "MagnusOpera",
88
"license": "FSL-1.1-Apache-2.0",
99
"repository": {

syntaxes/terrabuild-workspace.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"patterns": [
8181
{
8282
"name": "meta.assignment.workspace",
83-
"begin": "\\b(id|ignores|version)\\b(?=\\s*=)",
83+
"begin": "\\b(id|ignores|version|engine)\\b(?=\\s*=)",
8484
"beginCaptures": {
8585
"1": { "name": "keyword.control" }
8686
},

tests/WORKSPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ workspace {
55
id = "12334567abcd"
66
ignores = [ "obj/**" ]
77
version = "~0.157.0"
8+
engine = ~docker
89

910
unknown = "toto"
1011
}

0 commit comments

Comments
 (0)