Skip to content

Commit

Permalink
Merge pull request #6 from sequencer/master
Browse files Browse the repository at this point in the history
Add missing "end" to module.sublime-snippet
  • Loading branch information
315234 committed Mar 13, 2016
2 parents 5ff261a + ebb667b commit 74a0fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/module.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ implicit none
${2:real} :: $3
contains
$0
module $1]]></content>
end module $1]]></content>
<tabTrigger>mod</tabTrigger>
<scope>source.modern-fortran</scope>
<description>module</description>
Expand Down

0 comments on commit 74a0fbb

Please sign in to comment.