Skip to content

squeeble-ink/vscode.mint-it

Repository files navigation


Mint it

GitHub issues
vscode comment highlighter : just comment it

previous known as

Trepid ink


trepid-ink is the predecessor of this comment highlighter mint-it
trepid-ink is deprecated

Features

Custom comment highlights:

This extension contributes the following settings:

  • mint-it.delay:
    Delay it takes to style the comments
    NOTE: Do not set it on 0!
  • mint-it.comments:
    All / Block / Single / JSDocs / None
    Sets which comments you want to highlight
  • mint-it.tags:
    The "style" can have all vscode theming
    NOTE: tags are not case sensitive
    "mint-it.tags": [
      {
        "style": {
          "color": "#6bf7f7"
        },
        "tags": [
          "NOTE",
          "INFO"
        ]
      },
      {
        "style": {
          "color": "#ff893a"
        },
        "tag": "TODO"
      },
      {
        "style": {
          "color": "#ff3333"
        },
        "tag": "FixMe"
      }
    ]

Supported languages

  • C
  • CPP / INO / C++
  • C Sharp / C#
  • CSHTML / ASP .NET Core Razor
  • CSS
  • Dockerfile
  • Go
  • GraphQL
  • Java
  • JavaScript / JS
  • JavaScriptReact / JSX
  • Jsonc
  • Kotlin
  • Less
  • PHP
  • Python
  • Sass
  • Scss
  • TypeScript / TS
  • TypeScriptReact / TSX
  • Vue
  • YAML

Examples

mint-it-ts
mint-it-js
mint-it-css
mint-it-cpp
mint-it-css