We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b352f22 commit 7746988Copy full SHA for 7746988
elixir-smie.el
@@ -306,12 +306,6 @@ Return non-nil if any line breaks were skipped."
306
(unless (smie-rule-sibling-p)
307
elixir-smie-indent-basic))
308
(`(:before . "def") elixir-smie-indent-basic)
309
- (`(:before . "OP")
310
- ;; FIXME: Issue #5: This should prevent comments on lines before
311
- ;; continuation lines from causing indentation messed-upness, but
312
- ;; for some reason SMIE doesn't look this far when there's a
313
- ;; comment terminating the previous line. Ugh.
314
- nil)
315
;; If the parent token of `->' is `fn', then we want to align to the
316
;; parent, and offset by `elixir-smie-indent-basic'. Otherwise, indent
317
;; normally. This helps us work with/indent anonymous function blocks
0 commit comments