Results 2 issues of Ben Smithgall

This changeset treats multiline sigils as doc strings, similar to how things work in GitHub as of time of authoring. I'm not sure if this is the best approach, but...

**Name of the lexer** Elixir **Code sample** This is taken [from the elixir documentation](https://hexdocs.pm/elixir/sigils.html#interpolation-and-escaping-in-string-sigils) about sigils and character escaping: ```elixir ~S""" Converts double-quotes to single-quotes. ## Examples iex> convert("\"foo\"") "'foo'"...

bugfix-request