Skip to content

Latest commit

 

History

History
100 lines (85 loc) · 1.37 KB

README.md

File metadata and controls

100 lines (85 loc) · 1.37 KB

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