+9

yaml syntax highlighting

kutu fa 13 anys updated by Paul Garner fa 12 anys 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