Last active
January 27, 2023 22:37
-
-
Save apatten/b5b0b678e6ec68b510126c5d4581f79d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"TODO": { | |
"prefix": "TODO", | |
"body": [ | |
"$LINE_COMMENT TODO (name, $CURRENT_YEAR$CURRENT_MONTH$CURRENT_DATE): " | |
], | |
"description": "TODO with name and date" | |
}, | |
"NOTE": { | |
"prefix": "NOTE", | |
"body": [ | |
"$LINE_COMMENT NOTE (name, $CURRENT_YEAR$CURRENT_MONTH$CURRENT_DATE): " | |
], | |
"description": "Note with name and date" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment