Skip to content

with syntax causes problems with show-paren-mode  #440

Closed
@jclosure

Description

@jclosure

with syntax confuses show-paren-mode. Jarring visual artifact (large highlighted blocks of show-matching-paren face) when point is positioned in column 0, to the left of the with statement.

Config:

(show-paren-mode 1)
(setq show-paren-delay 0)

Elixir Code:

defmodule Example do

  def example do
    with a = 1,
         b = 2,
         c = 3,
         d = 4
    do
      IO.puts("weird")
    end
  end

end

image

Is this an addressable bug in elixir-mode or show-paren-mode?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions