-
Notifications
You must be signed in to change notification settings - Fork 110
Description
I was hoping there was a way to highlight/colorize syntax in the YAML file.
For instance:
${{ parameters.SomeParameter }}
Would turn into sometihng that makes it stand out in the text editor so its easier to spot than the standard string color.
$
{{ }}
parameters
SomeParameter
Would all be a different color to call it out.
Same for
I hope that makes sense, but right now the text all blends together I was hoping there was some native way to call these items out so its easier to notice especially when you have large teams with various level of knowledge.
Here is an extension that attempts to do this, but its theme based...
https://marketplace.visualstudio.com/items?itemName=inspark-vscode.devops-highlighter
Unless someone can guide me how to do this natively all ready.
I know this is supported in some capacity via: https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide