Skip to content

Commit

Permalink
Add Erlang include_lib directive
Browse files Browse the repository at this point in the history
  • Loading branch information
erszcz committed Oct 19, 2013
1 parent e837c9b commit f35d8f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snippets/erlang.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ snippet exp
# include directive
snippet inc
-include("${1:file}").
# include_lib directive
snippet incl
-include_lib("${1:lib}/include/${1}.hrl").${2}
# behavior directive
snippet beh
-behaviour(${1:behaviour}).
Expand Down

0 comments on commit f35d8f2

Please sign in to comment.