File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 142
142
(statement
143
143
(" if" non-block-expr " do" statements " else" statements " end" )
144
144
(" if" non-block-expr " do" statements " end" )
145
+ (" if" non-block-expr " COMMA" " do:" statement)
146
+ (" if" non-block-expr " COMMA" " do:" statement " COMMA" " else:" statement)
145
147
(" try" " do" statements " after" statements " end" )
146
148
(" try" " do" statements " catch" match-statements " end" )
147
149
(" try" " do" statements " end" )
164
166
(match-statement))
165
167
(match-statement
166
168
(non-block-expr " ->" statements)))
167
- '((assoc " DOT" ) (assoc " COMMA" ) (assoc " OP" ) (assoc " ->" " ;" )))))
169
+ '((assoc " DOT" ) (assoc " if " ) ( assoc " do: " ) ( assoc " else: " ) ( assoc " COMMA" ) (assoc " OP" ) (assoc " ->" " ;" )))))
168
170
169
171
(defvar elixir-smie-indent-basic 2 )
170
172
You can’t perform that action at this time.
0 commit comments