Skip to content

Commit a9d657e

Browse files
committed
Add support for YAML types
1 parent b122cd3 commit a9d657e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- Added `docs/languages.md` to track supported languages and extensions
1515
- Added GitHub workflow for publishing extension to Open VSX Registry
1616
- Added `entity.name.section.markdown` colour for Markdown
17-
- Added missing `punctuation.definition.mapping` and `punctuation.definition.sequence` colours for YAML
17+
- Added missing `punctuation.definition.mapping`, `punctuation.definition.sequence` and `storage.type.tag` colours for YAML
1818
- Added `punctuation.definition.table` and `punctuation.eq` colours for TOML
1919
- `.vscode/settings.json` added to `.gitignore`
2020

docs/colours.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,8 @@ The constant variable name colour is a 29:18 mix between variable and constant v
508508
> - `keyword.type`
509509
> - **Markdown**
510510
> - `fenced_code.block.language`
511+
> - **YAML**
512+
> - `storage.type.tag`
511513
512514
## Comments
513515

themes/Oblique Dark Orange-color-theme.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@
210210
"support.type",
211211
"meta.item-access",
212212
"keyword.type",
213-
"fenced_code.block.language"
213+
"fenced_code.block.language",
214+
"storage.type.tag"
214215
],
215216
"settings": { "foreground": "#cc9731" }
216217
},

0 commit comments

Comments
 (0)