+9

yaml syntax highlighting

kutu hace 13 años actualizado por Paul Garner hace 12 años 1
part of my crom.yaml file for GAE (Google App engine)
i think "schedule" line have wrong syntax highlighting
Image 31
+2

I have the same issue, another example from an App Engine yaml file:

backends:
- name: reporting
  options: public, dynamic
  instances: 8
  class: B8

Inspecting the scopes for public above I see :

source.yaml string.unquoted.yaml string.unquoted.yaml

Inspecting the scopes for , dynamic above I see just:

source.yaml