From 1c6f07aed2fb0582d5c3c1279622ddca3d69a24e Mon Sep 17 00:00:00 2001 From: mats cronqvist Date: Thu, 19 Feb 2009 08:17:38 +0100 Subject: [PATCH] cosmetic --- test.erl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test.erl b/test.erl index 95b7316..37788be 100644 --- a/test.erl +++ b/test.erl @@ -5,7 +5,7 @@ %% %% <> --module(test.erl). +-module(test). func1() -> % This line should stay here after a tab. @@ -43,7 +43,7 @@ func4() -> func5(X) when is_atom(X) -> - % 'is_atom' should be highlighted as a guard above + % `is_atom' should be highlighted as a guard above % All functions below should be highlighted as functions, not % as guards or bifs. So each entire function name should be @@ -72,6 +72,7 @@ func6() -> ok. func7() -> + % the `after' clause should maintain its indent after tab press try foo() after bla() -- 2.11.4.GIT