It would be nice to have syntax highlighting for Artillery scripts (YAML and possibly JSON).
It should be pretty straightforward to modify an existing mode for YAML, adding highlighting for templates ({{ }} and {{{ }}}) and various actions (get, post, emit for Socket.io etc).
Add VSCode to the list please
What's the difference between {{ and {{{ ?
@steveschnepp {{ will HTML-escape the value, {{{ leaves it as-is.
Most helpful comment
Add VSCode to the list please