gaelreyrol / language-prometheus

Prometheus Alert language support in Atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prometheus comments should now use # instead of /* */

itsmichaelwang opened this issue · comments

When I press Command+/, I would like to have it prepend the lines with # symbols, instead of attempting to do the slashes. I think Prometheus changed how it does comments.

It looks like the syntax highlighting correctly recognizes # as the comment symbol, so I presume it's just a bug.