This commit is contained in:
Sebastian Sauer 2023-07-27 19:25:58 +02:00
parent 85bb20cba8
commit d70e249aa2

@ -53,6 +53,11 @@ const semanticLabels = {
icon: stickyNoteIcon,
blocking: false,
},
typo: {
text: 'typo',
icon: featherIcon,
blocking: false,
},
};
const semanticCommentStructure = `**%text%decoration:** <subject>`;