mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user