AzureMonitor syntax highlighting and themes (#16752)

* Added grammars, themes, and output channels to package.json Added themes folder and files

* Changed theme name to distinguish between themes
This commit is contained in:
Justin M
2021-08-12 13:13:36 -07:00
committed by GitHub
parent 041bd560c0
commit d64a5ffe06
6 changed files with 689 additions and 17 deletions

View File

@@ -188,6 +188,28 @@
],
"configuration": "./language-configuration.json"
}
],
"grammars": [
{
"language": "loganalytics",
"scopeName": "source.azuremonitor",
"path": "./syntaxes/azuremonitor.tmLanguage"
}
],
"themes": [
{
"label": "[Kuskus] Azure Monitor Logs (Dark)",
"uiTheme": "vs-dark",
"path": "./themes/kuskus-azuremonitorlogs-dark.json"
},
{
"label": "[Kuskus] Azure Monitor Logs 2 (Dark)",
"uiTheme": "vs-dark",
"path": "./themes/kuskus-azuremonitorlogs-2-dark.json"
}
],
"outputChannels": [
"AzureMonitorLogs"
]
},
"scripts": {