d4ng3rmax / max

MAX Miscellaneous Personal Helpers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Miscellaneous Files

MAX h1

MAX h2

MAX h3

MAX bold
MAX Italic

Breaking (two spaces)
the (two spaces)
line (two spaces)

  • Items
  • Items
  • Items

🚀

Bloquote
Bloquote

Link for GitHub

single code

VSCODE COMMENT COLORING

/*
! example
? example
// example
todo example
* example
*/
"better-comments.tags": [
  {
    "tag": "!",
    "color": "#FF2D00",
    "strikethrough": false,
    "underline": false,
    "backgroundColor": "transparent",
    "bold": false,
    "italic": false
  },
  {
    "tag": "?",
    "color": "#3498DB",
    "strikethrough": false,
    "underline": false,
    "backgroundColor": "transparent",
    "bold": false,
    "italic": false
  },
  {
    "tag": "//",
    "color": "#474747",
    "strikethrough": true,
    "underline": false,
    "backgroundColor": "transparent",
    "bold": false,
    "italic": false
  },
  {
    "tag": "todo",
    "color": "#FF8C00",
    "strikethrough": false,
    "underline": false,
    "backgroundColor": "transparent",
    "bold": false,
    "italic": false
  },
  {
    "tag": "*",
    "color": "#98C379",
    "strikethrough": false,
    "underline": false,
    "backgroundColor": "transparent",
    "bold": false,
    "italic": false
  }
]
MAX Code
$ MAX Bash (Boo)

screenshot

About

MAX Miscellaneous Personal Helpers


Languages

Language:HTML 77.4%Language:CSS 8.8%Language:PHP 6.9%Language:JavaScript 4.4%Language:SCSS 0.7%Language:Hack 0.7%Language:Less 0.6%Language:Python 0.2%Language:C# 0.1%Language:Java 0.1%Language:Shell 0.1%Language:TSQL 0.0%