agents: fix syntax highlighting (#272738)

* agents: fix syntax highlighting

* use chatagent
This commit is contained in:
Martin Aeschlimann
2025-10-22 18:45:42 +02:00
committed by GitHub
parent 9b98fab879
commit 3da5878de5
2 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@
"configuration": "./language-configuration.json"
},
{
"id": "agent",
"id": "chatagent",
"aliases": [
"Agent",
"chat agent"
@@ -70,7 +70,7 @@
]
},
{
"language": "chatmode",
"language": "chatagent",
"path": "./syntaxes/prompt.tmLanguage.json",
"scopeName": "text.html.markdown.prompt",
"unbalancedBracketScopes": [
@@ -102,7 +102,7 @@
"other": "off"
}
},
"[chatmode]": {
"[chatagent]": {
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.unicodeHighlight.invisibleCharacters": false,
"diffEditor.ignoreTrimWhitespace": false,