atom / language-yaml

YAML package for Atom
Other
24 stars 39 forks source link

broken syntax highlighting using brackets #1

Closed jhaals closed 10 years ago

jhaals commented 10 years ago
foo::bar: 'bazz'
apt::repository_url: "%{::url}"
hello: 'mello'
boo: true

yaml

kevinsawicki commented 10 years ago

Hi, could you elaborate a little more on which part is broken and how you think it should look?

I haven't used YAML much and trying to read this page just now gave me a headache.

jhaals commented 10 years ago

Hi @kevinsawicki

Yeah absolutely. I'm mostly using YAML for hiera data used by puppet. I understand why you gave up reading that page ;)

This is the comparison with vim(without any plugins) vim I think that looks far better than the previous screenshot

jaikdean commented 10 years ago

I'm having the same problem. { and } are use to wrap objects in YAML, but can be used as literal characters within a string. It looks like they are being picked up as object wrappers even when in a string. screen shot 2014-05-22 at 11 17 23

kevinsawicki commented 10 years ago

This should now be fixed, sorry for the long delay.