Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

Commit

Permalink
Snippets: Add todo comment snippet (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 authored and Krzysztof-Cieslak committed Jul 26, 2018
1 parent 9a73eba commit d570ec7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions snippets/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,11 @@
" $0"
],
"description": "test block in Elm-test"
},
"todo": {
"prefix": "todo",
"body": "-- TODO: $0",
"description": "TODO comment"
}
}
}

0 comments on commit d570ec7

Please sign in to comment.