nachoesmite/atom-raml

Toggle Line Comment should use # for each line

Opened this issue · 1 comments

Hey,

Just ran into an issue with this package, that when editing a RAML file and pressing the shortcut for "Toggle Line Comments", it generates comments with /* <line contents */. However, there is only one way to add comments in YAML (so also in RAML) and this by adding a # before the part you whish to comment. Commenting out multiple lines, requires a # at each line (see this SO answer).

Run into this too 👍 The project defines # for YAML files, but not RAML files.