Skip to content

Commit b9b1ce6

Browse files
committed
Merge pull request #79 from elixir-lang/rm-defrecord-grammar
Remove erroneous defrecord syntax.
2 parents 6619aa8 + d1f026a commit b9b1ce6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

elixir-smie.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,7 @@ Return non-nil if any line breaks were skipped."
216216
'((id)
217217
(statements (statement)
218218
(statement ";" statements))
219-
(statement ("defrecord" non-block-expr "do" statements "end")
220-
("def" non-block-expr "do" statements "end")
219+
(statement ("def" non-block-expr "do" statements "end")
221220
(non-block-expr "fn" match-statement "end")
222221
(non-block-expr "do" statements "end")
223222
("if" non-block-expr "do" statements "else" statements "end")

0 commit comments

Comments
 (0)