cmur2 / language-terraform

Terraform.io support for Atom
MIT License
49 stars 32 forks source link

Fix `editor:toggle-line-comments` keyboard shorcut #29

Closed schisamo closed 7 years ago

schisamo commented 7 years ago

This change ensures hitting CMD-/ adds a # to the front of the highlighted line. This ensures this grammer behaves in a similar way to Atom's other grammers.

Fixes #24

Signed-off-by: Seth Chisamore schisamo@chef.io