File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ Return non-nil if any line breaks were skipped."
241
241
(" try" " do" statements " end" )
242
242
(" case" non-block-expr " do" match-statements " end" )
243
243
(" fn" match-statement " end" )
244
- (" function " " do" match- statements " end" )
244
+ (" def " non-block-expr " do" statements " end" )
245
245
(non-block-expr " do" statements " end" )
246
246
(expr)
247
247
)
@@ -258,7 +258,13 @@ Return non-nil if any line breaks were skipped."
258
258
(match-statement))
259
259
(match-statement
260
260
(non-block-expr " ->" statements)))
261
- '((assoc " DOT" ) (assoc " if" ) (assoc " do:" ) (assoc " else:" ) (assoc " COMMA" ) (assoc " OP" ) (assoc " ->" " ;" )))))
261
+ '((assoc " DOT" )
262
+ (assoc " if" )
263
+ (assoc " do:" )
264
+ (assoc " else:" )
265
+ (assoc " COMMA" )
266
+ (assoc " OP" )
267
+ (assoc " ->" " ;" )))))
262
268
263
269
(defvar elixir-smie-indent-basic 2 )
264
270
You can’t perform that action at this time.
0 commit comments