summaryrefslogtreecommitdiff
path: root/context
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-05-19 18:48:15 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-05-19 18:48:15 +0200
commitf1772caf425af2fe9be87b788eae63559682d51a (patch)
treece9a813989227bea7191db7a8f8bc87ad6d578dd /context
parent330909ad62342ff873dc758b909968c66d0252a4 (diff)
downloadcontext-f1772caf425af2fe9be87b788eae63559682d51a.tar.gz
2021-05-19 18:21:00
Diffstat (limited to 'context')
-rw-r--r--context/data/vscode/extensions/context/package.json2
-rw-r--r--context/data/vscode/extensions/context/syntaxes/context-syntax-tex.json1
-rw-r--r--context/data/vscode/extensions/context/tasks/context.json8
-rw-r--r--context/data/vscode/extensions/context/themes/context.json6
4 files changed, 9 insertions, 8 deletions
diff --git a/context/data/vscode/extensions/context/package.json b/context/data/vscode/extensions/context/package.json
index 73558aefa..2b3ae1d8d 100644
--- a/context/data/vscode/extensions/context/package.json
+++ b/context/data/vscode/extensions/context/package.json
@@ -99,7 +99,7 @@
{
"aliases" : [ "ConTeXt CLD" ],
"configuration" : "./settings/context-settings-cld.json",
- "extensions" : [ ".cld", ".lfg", ".lua", ".luc", ".lui", ".luj", ".lum", ".luv", ".tma", ".tuc" ],
+ "extensions" : [ ".cld", ".lfg", ".lmt", ".lua", ".luc", ".lui", ".luj", ".lum", ".luv", ".tma", ".tuc" ],
"id" : "context.cld"
},
{
diff --git a/context/data/vscode/extensions/context/syntaxes/context-syntax-tex.json b/context/data/vscode/extensions/context/syntaxes/context-syntax-tex.json
index 78e4a4f9b..5cca4cec8 100644
--- a/context/data/vscode/extensions/context/syntaxes/context-syntax-tex.json
+++ b/context/data/vscode/extensions/context/syntaxes/context-syntax-tex.json
@@ -65,6 +65,7 @@
"name" : "context.command.commands.context.tex"
},
"comment" : {
+ "match" : "%.*$\u005Cn?",
"name" : "context.comment.comment.tex"
},
"constant" : {
diff --git a/context/data/vscode/extensions/context/tasks/context.json b/context/data/vscode/extensions/context/tasks/context.json
index 13f75c188..f38497586 100644
--- a/context/data/vscode/extensions/context/tasks/context.json
+++ b/context/data/vscode/extensions/context/tasks/context.json
@@ -15,7 +15,7 @@
},
"type" : "shell",
"windows" : {
- "command" : "chcp 65001 ; context.exe --autogenerate --autopdf ${file}"
+ "command" : "context.exe --autogenerate --autopdf ${file}"
}
},
{
@@ -32,7 +32,7 @@
},
"type" : "shell",
"windows" : {
- "command" : "chcp 65001 ; mtxrun.exe --autogenerate --script check ${file}"
+ "command" : "mtxrun.exe --autogenerate --script check ${file}"
}
},
{
@@ -49,7 +49,7 @@
},
"type" : "shell",
"windows" : {
- "command" : "chcp 65001 ; mtxrun.exe --script fonts --reload --force"
+ "command" : "mtxrun.exe --script fonts --reload --force"
}
},
{
@@ -66,7 +66,7 @@
},
"type" : "shell",
"windows" : {
- "command" : "chcp 65001 ; mtxrun.exe --script ${file}"
+ "command" : "mtxrun.exe --script ${file}"
}
}
]
diff --git a/context/data/vscode/extensions/context/themes/context.json b/context/data/vscode/extensions/context/themes/context.json
index 3bdd52fe6..30241d769 100644
--- a/context/data/vscode/extensions/context/themes/context.json
+++ b/context/data/vscode/extensions/context/themes/context.json
@@ -7,13 +7,13 @@
"editor.lineHighlightBackground" : "#CFCFCF",
"editorBracketMatch.background" : "#CFCFCF",
"editorBracketMatch.border" : "#B07F00",
+ "editorGutter.background" : "#A7A7A7",
+ "editorGutter.border" : "#FFFFFF",
+ "editorGutter.foreground" : "#000000",
"editorIndentGuide.background" : "#CFCFCF",
"editorLineNumber.foreground" : "#000000",
"focusBorder" : "#000000",
"notification.background" : "#000000",
- "sideBar.background" : "#A7A7A7",
- "sideBar.border" : "#FFFFFF",
- "sideBar.foreground" : "#000000",
"sideBarSectionHeader.background" : "#A7A7A7",
"sideBarSectionHeader.foreground" : "#000000",
"sideBarTitle.foreground" : "#000000",