Skip to content

Commit

Permalink
📦 NEW: YML Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Jul 28, 2018
1 parent 8a12d9c commit 8f6fa28
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion themes/shades-of-purple-color-theme.json
Expand Up @@ -655,7 +655,7 @@
},
{
"name": "[JAVASCRIPT REACT] — JSX HTML Children Text",
"scope":"meta.jsx.children.js",
"scope": "meta.jsx.children.js",
"settings": {
"foreground": "#FFFFFF"
}
Expand Down Expand Up @@ -1004,6 +1004,15 @@
"foreground": "#FF9D00"
}
},
{
"name": "[YML]",
"scope": [
"punctuation.definition.block.sequence.item.yaml",
],
"settings": {
"foreground": "#FF9D00"
}
},
{
"name": "[PHP] - Keywords for definition",
"scope": ["storage.type.function.php", "meta.function.parameters.php"],
Expand Down

0 comments on commit 8f6fa28

Please sign in to comment.