Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

Commit

Permalink
Update todo comment style
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Borrowdale committed Oct 22, 2015
1 parent 8129026 commit 06984fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sass-todo-comment.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<snippet>
<content><![CDATA[
//
// TODO
// ${1}
// TODO
//
// => ${1}
${2}
Expand Down
4 changes: 3 additions & 1 deletion todo-comment.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<snippet>
<content><![CDATA[
/**
* TODO
* TODO
*
* => ${1}
*/
]]></content>
Expand Down

0 comments on commit 06984fe

Please sign in to comment.