Define highlighter for JavaScriptCommand.

This commit is contained in:
Roman Telezhynskyi 2023-01-10 16:48:58 +02:00
parent ef713b1183
commit 2c38bb5cee
5 changed files with 9 additions and 0 deletions

View file

@ -106,6 +106,7 @@ CppApplication {
}
prepare: {
var cmd = new JavaScriptCommand();
cmd.highlight = "filegen";
cmd.description = "Preparing test suit";
var sources = inputs["openssl_dist"].map(function(artifact) {

View file

@ -203,6 +203,7 @@ VToolApp {
}
prepare: {
var cmd = new JavaScriptCommand();
cmd.highlight = "filegen";
cmd.description = "Preparing test suit";
var sources = inputs["pdftops_dist_win"].map(function(artifact) {
@ -257,6 +258,7 @@ VToolApp {
prepare: {
var cmd = new JavaScriptCommand();
cmd.description = "Preparing test suit";
cmd.highlight = "filegen";
var sources = inputs["pdftops_dist_macx"].map(function(artifact) {
return artifact.filePath;

View file

@ -126,6 +126,7 @@ VToolApp {
prepare: {
var cmd = new JavaScriptCommand();
cmd.description = "Preparing multisize tables";
cmd.highlight = "filegen";
var sources = inputs["multisize_tables"].map(function(artifact) {
return artifact.filePath;

View file

@ -208,6 +208,7 @@ VToolApp {
prepare: {
var cmd = new JavaScriptCommand();
cmd.description = "Preparing default labels";
cmd.highlight = "filegen";
var sources = inputs["label_templates"].map(function(artifact) {
return artifact.filePath;
@ -261,6 +262,7 @@ VToolApp {
prepare: {
var cmd = new JavaScriptCommand();
cmd.description = "Preparing multisize tables";
cmd.highlight = "filegen";
var sources = inputs["multisize_tables"].map(function(artifact) {
return artifact.filePath;
@ -327,6 +329,7 @@ VToolApp {
prepare: {
var cmd = new JavaScriptCommand();
cmd.description = "Preparing test suit";
cmd.highlight = "filegen";
var sources = inputs["pdftops_dist_win"].map(function(artifact) {
return artifact.filePath;
@ -380,6 +383,7 @@ VToolApp {
prepare: {
var cmd = new JavaScriptCommand();
cmd.description = "Preparing test suit";
cmd.highlight = "filegen";
var sources = inputs["pdftops_dist_macx"].map(function(artifact) {
return artifact.filePath;

View file

@ -136,6 +136,7 @@ VTestApp {
prepare: {
var cmd = new JavaScriptCommand();
cmd.description = "Preparing Valentina test file";
cmd.highlight = "filegen";
var sources = inputs["tst_valentina_files"].map(function(file) {
return file.filePath;