diff options
Diffstat (limited to 'User/mystuff-todo-clike.sublime-snippet')
-rw-r--r-- | User/mystuff-todo-clike.sublime-snippet | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/User/mystuff-todo-clike.sublime-snippet b/User/mystuff-todo-clike.sublime-snippet new file mode 100644 index 0000000..f4fac0c --- /dev/null +++ b/User/mystuff-todo-clike.sublime-snippet @@ -0,0 +1,9 @@ +<snippet> + <content><![CDATA[ +// \mystuff\TODO: +]]></content> + <!-- Optional: Set a tabTrigger to define how to trigger the snippet --> + <tabTrigger>\T:</tabTrigger> + <!-- Optional: Set a scope to limit where the snippet will trigger --> + <scope>source.js,source.php,source.c,source.c++</scope> +</snippet> |