We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0302f65 commit 9ed25d9Copy full SHA for 9ed25d9
elixir-smie.el
@@ -115,7 +115,9 @@
115
";")
116
((and (looking-at "[\n#]") (elixir-smie--implicit-semi-p))
117
(if (eolp) (forward-char 1) (forward-comment 1))
118
- ";")
+ (if (elixir-smie--semi-ends-match)
119
+ "MATCH-STATEMENT-DELIMITER"
120
+ ";"))
121
((looking-at elixir-smie--block-operator-regexp)
122
(goto-char (match-end 0))
123
"MATCH-STATEMENT-DELIMITER")
0 commit comments