skord / atom-ruby-slim

Slim support for Atom
1 stars 5 forks source link

comment / uncomment no longer working with Atom 1.1 #10

Open jacquescrocker opened 9 years ago

jacquescrocker commented 9 years ago

ruby-slim version: 0.2.0 atom version: 1.1.0

Triggering command "editor:toggle-line-comments" does nothing

jacquescrocker commented 9 years ago

other syntax's work just fine (jade, etc), so trying to compare with Slim to see why its busted

slim settings file: https://github.com/skord/atom-ruby-slim/blob/master/settings/ruby-slim.cson

jade settings file: https://github.com/devongovett/atom-jade/blob/master/settings/language-jade.cson

wonder why jade uses ".source" with .source.jade, where slim uses .text.slim

xmarco commented 8 years ago

Encountering the same issue.

porada commented 8 years ago

Turns out there’s an official Atom extension out there, and it works just fine. :ok_hand:

iurikothe commented 8 years ago

thanks @porada!