File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " workflow-script-highlighter" ,
3
3
"displayName" : " Workflow Script Highlighter" ,
4
4
"description" : " Syntax highlighting for GitHub Actions workflow @actions/github-script's script section." ,
5
+ "publisher" : " yamachu" ,
5
6
"author" : {
6
7
"name" : " yamachu" ,
7
8
"url" : " https://github.com/yamachu"
8
9
},
10
+ "license" : " MIT" ,
9
11
"repository" : {
10
12
"type" : " git" ,
11
13
"url" : " https://github.com/yamachu/workflow-script-highlighter"
12
14
},
15
+ "bugs" : {
16
+ "url" : " https://github.com/yamachu/workflow-script-highlighter/issues"
17
+ },
13
18
"version" : " 0.0.1" ,
14
19
"engines" : {
15
20
"vscode" : " ^1.95.0"
16
21
},
17
22
"categories" : [
18
- " Other "
23
+ " Programming Languages "
19
24
],
20
25
"activationEvents" : [
21
26
" onLanguage:github-actions-workflow"
You can’t perform that action at this time.
0 commit comments