Skip to content

Instantly share code, notes, and snippets.

@isaactopo
Last active August 29, 2015 14:13
Show Gist options
  • Save isaactopo/19638915548037dc40b8 to your computer and use it in GitHub Desktop.
Save isaactopo/19638915548037dc40b8 to your computer and use it in GitHub Desktop.
YAML syntax for no-caffeine-syntax for Atom Editor
// ---------------------------------------------------------------------------
// Languages: Yaml
// ---------------------------------------------------------------------------
.source.yaml{
// Yaml: %key
.tag.yaml { color: @color-brown_light; }
// Yaml: %value - string
.string.quoted.single{ color: @color-green; }
// Yaml: %key - value unquoted
.string.unquoted{ color:@color-brown; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment