Skip to content

Commit

Permalink
Merge pull request honza#287 from lavrin/master
Browse files Browse the repository at this point in the history
Add Erlang include_lib directive
  • Loading branch information
honza committed Oct 20, 2013
2 parents e837c9b + f35d8f2 commit f4f1b19
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 f4f1b19

Please sign in to comment.