intellij-elixir icon indicating copy to clipboard operation
intellij-elixir copied to clipboard

Add support for multi-character sigils?

Open gaggle opened this issue 2 years ago • 2 comments

FYI multi-character sigils don't work with this plugin. It thinks the code is malformed, and it results in the plugin considering the code invalid.

gaggle avatar Feb 15 '24 07:02 gaggle

E.g. this code is not considered valid by this plugin, but is valid Elixir:

  def sigil_DECIMAL(string, _modifiers) do
    Decimal.new(string)
  end

gaggle avatar Nov 27 '24 11:11 gaggle

Thanks for the code example, I'll see what's up.

joshuataylor avatar Nov 27 '24 11:11 joshuataylor