feat: add checkbox todos

This commit is contained in:
Thomas F. K. Jorna 2022-05-17 10:48:57 +02:00
parent e70ad788c5
commit 725d3e2b98

View File

@ -372,6 +372,10 @@
"start": "{/\\*",
"end": "\\*/}"
}
},
{
"type": "line",
"pattern": "- [ ]"
}
]
},