atom / language-yaml

YAML package for Atom
Other
24 stars 39 forks source link

Detect cloud-config files as yaml #15

Closed tgwizard closed 10 years ago

tgwizard commented 10 years ago

These are specified to start with #cloud-config, and to be yaml.

http://cloudinit.readthedocs.org/en/latest/topics/format.html#cloud-config-data https://github.com/coreos/coreos-cloudinit

tgwizard commented 10 years ago

I didn't find a good way to write tests to detect language based on file type or first line match.

kevinsawicki commented 10 years ago

Thanks for this

kevinsawicki commented 10 years ago

I added a spec for this if you want to take a look:

https://github.com/atom/language-yaml/commit/77419c94486c319528bac3ff32adc3468b05039b

tgwizard commented 10 years ago

Oh, nice!