Aims to facilitate BoMarkdown syntax reading and typing
Adds a theme called "BoMarkdown"
Is composed of :
A theme file that includes the default Dark Modern theme and adds tokenColors specificaly for BoMarkdown usage (bomarkdown-color-theme.json).
A grammar file that defines patterns which apply defined colors in theme file (bomarkdown-grammar.json)
A snippets.code-snippets file generated by python code through the command "BoMarkdown: Generate Snippets" that creates snippets based on user's settings.json and BoMarkdown extension UserIcons.json. Following the "BoMarkdown: Generate Snippets" command execution, the workbench.action.reloadWindow command is automatically executed to refresh snippets in session (to avoid having to restart VSC).