embedded YAML list dash is wrong color
See original GitHub issuepunctuation.definition.block.sequence.item.yaml
is incorrectly highlighted. In other themes, the dash is white. This is not an issue in Atom One Dark theme.
Note the dash is green instead of white in line 44 here:
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
How to escape indicator characters (colon and hyphen) in YAML
Basically, I used a list item with a pipe, like this: - | and then on a new line I indented the list...
Read more >YAML - Quick Guide - Tutorialspoint
The separation of documents in YAML is denoted with three hyphens or dashes (---). The end of document is marked with three dots...
Read more >The YAML Format (Symfony Docs)
YAML collections can be a sequence (indexed arrays in PHP) or a mapping of elements (associative arrays in PHP). Sequences use a dash...
Read more >YAML & Markdown | Quire
Each line in YAML is a new item. Dashes represent individual items in a list. ... YAML items and list items should always...
Read more >YAML Ain't Markup Language (YAML™) revision 1.2.2
Structures. YAML uses three dashes (“ --- ”) to separate directives from document content. This also serves to signal the start of a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Perfect. Thank you!
just fixed it, you can check it now