nachoesmite / atom-raml

20 stars 10 forks source link

Toggle Line Comment should use # for each line #8

Open schmkr opened 9 years ago

schmkr commented 9 years ago

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).

blakeembrey commented 8 years ago

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