atom / language-ruby

Ruby package for Atom
Other
101 stars 145 forks source link

Missing scope on commas #221

Closed chbk closed 3 years ago

chbk commented 6 years ago

Commas aren't scoped as punctuation.

def initialize(template, format)
    @options = { template: template, format: format }
end

initialize('template', 'format')