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
…variable.language.crystal`
Added in 0.20.0, `__END_LINE__` is a magic constant that evaluates to the line number of the end location of a Node (normally a `Call`, used in method parameters). The `variable.language.crystal` scope matches the other existing magic constants: `__DIR__`, `__FILE__`, and `__LINE__`.
faultyserver
added a commit
to faultyserver/sublime-crystal
that referenced
this issue
Oct 2, 2018
…variable.language.crystal`
Added in 0.20.0, `__END_LINE__` is a magic constant that evaluates to the line number of the end location of a Node (normally a `Call`, used in method parameters). The `variable.language.crystal` scope matches the other existing magic constants: `__DIR__`, `__FILE__`, and `__LINE__`.
As the image above shows, the magic constant
__END_LINE__
(introduced in 0.20.0) is not currently being recognized by the syntax definition.It should be scoped with
variable.language.crystal
to match__LINE__
, and__FILE__
.The text was updated successfully, but these errors were encountered: