aboutsummaryrefslogtreecommitdiffstats
path: root/atk16-syntax/package.json
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2023-04-11 19:09:36 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2023-04-11 19:09:36 +0300
commitafd5f32e56d3d30bfa98fb35deff51febf50e594 (patch)
tree4f96bb6baa697172f54089fb555e3852148ce88b /atk16-syntax/package.json
parenta38b64e1a1bf14dd9c42629f219b0e422aebe52a (diff)
Improve extension
Diffstat (limited to 'atk16-syntax/package.json')
-rw-r--r--atk16-syntax/package.json19
1 files changed, 13 insertions, 6 deletions
diff --git a/atk16-syntax/package.json b/atk16-syntax/package.json
index bdfbb74..5fd48e6 100644
--- a/atk16-syntax/package.json
+++ b/atk16-syntax/package.json
@@ -28,12 +28,19 @@
"path": "./syntaxes/atk16.tmLanguage.json"
}
],
- "themes": [
- {
- "label": "ATK16 Color Theme",
- "uiTheme": "vs-dark",
- "path": "./themes/atk16-color-theme.json"
+ "configurationDefaults": {
+ "editor.tokenColorCustomizations": {
+ "[Default Dark+]": {
+ "textMateRules": [
+ {
+ "scope": "comment.documentation.atk16",
+ "settings": {
+ "fontStyle": "italic"
+ }
+ }
+ ]
+ }
}
- ]
+ }
}
}