Skip to content
View Number-3434's full-sized avatar
💭
I will be slow to respond.
💭
I will be slow to respond.
Block or Report

Block or report Number-3434

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Custom Extended Syntax Highlighting ... Custom Extended Syntax Highlighting For Markdown. This extends upon the existing markdown highlighting in VSCode by using custom `textMateRules`, to colourize more tokens.
    1
    {
    2
    	"editor.tokenColorCustomizations": {
    3
    		"textMateRules": [
    4
    			// Underlined link (e.g. `some-link` in `[Name](some-link)`)
    5
    			{ "scope": "markup.underline.link.markdown", "settings": { "foreground": "#aaaaaa" } },