Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

[v0.2.0] - 05/03/2020

Pre-release
Pre-release
Compare
Choose a tag to compare
@TessavWalstijn TessavWalstijn released this 05 Mar 15:51
· 27 commits to master since this release

[Updated]

  • README
    • Added gif with comment highlighting
    • Roadmap updated
    • New asset links
  • CHANGELOG
    • New functions with comment highlighting
    • New asset links

[Added]

  • Trepid Ink Comments
    Trepid Ink Comments
    • trepid-ink.comments:
      All / Block / Single / No
      Sets which comments you want to highlight
    • trepid-ink.tags:
      The "style" can have all vscode theming:
      "trepid-ink.tags": [
        {
          "style": {
            "color": "#6bf7f7"
          },
          "tag": "NOTE"
        },
        {
          "style": {
            "color": "#ff893a"
          },
          "tag": "TODO"
        },
        {
          "style": {
            "color": "#ff3333"
          },
          "tag": "FixMe"
        }
      ]