We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d590c7 + baa4fa7 commit 8e4c036Copy full SHA for 8e4c036
images/enable_bst.gif
17.8 KB
package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "vsc-buildstream-extension",
3
- "displayName": "vsc-buildstream-extension",
+ "displayName": "Buildstream syntax highlighter",
4
"description": "A VSC extension to support buildstream",
5
- "version": "1.0.0",
+ "version": "1.1.0",
6
"publisher": "LawrenceHunter",
7
"author": {
8
"name": "Lawrence Hunter"
syntaxes/bst.tmLanguage.json
@@ -34,7 +34,7 @@
34
"name": "keyword.key.bst",
35
"begin": "",
36
"end": "",
37
- "match": "^\\s+[a-zA-Z]([a-zA-Z-])+:"
+ "match": "^\\s+(\\(@\\):\\s)*[a-zA-Z]([a-zA-Z-.])+:"
38
}
39
]
40
},
0 commit comments