Skip to content

Commit 845798b

Browse files
r3jacklpil
authored andcommitted
add dart print and anonymous function snippets
1 parent 76e35f3 commit 845798b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

snippets/dart.snippets

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
snippet af
2+
(${1}) {${2}}${0}
3+
snippet pr
4+
print(${1});
15
snippet lib
26
library ${1};
37
${0}

0 commit comments

Comments
 (0)