You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Prerequisites
Description
PR #181 introduced a very subtle bug, which can't be reproduced other than in a very controller environment
Steps to Reproduce
language-ruby-on-rails
.erb
extensionAuto Detect
Expected behavior:
File syntax should be
Ruby
orEmbedded Ruby
or something and scope should besource.ruby.embedded
or somethingActual behavior:
Syntax is
Plain Text
and scope istext.plain.null-grammar
Reproduces how often:
100%
Versions
Atom: 1.18.0
Electron: 1.3.15
apm: 1.18.1
macOS 10.12.5
Additional Information
It seems that removing
erb
fromHTML (Ruby - ERB)
grammar left a hole where there is no actual grammar for.erb
files definedThe text was updated successfully, but these errors were encountered: