ayu-theme/vscode-ayu

Add Markdown Underline Style to Get Texts Underlined (Maybe Not In Markdown)

GreenYun opened this issue · 0 comments

Some language syntax extensions, like rust-analyzer, may use "markup.underline" to distinguish terms. Just add the following code copied from the default theme:

		{
			"scope": "markup.underline",
			"settings": {
				"fontStyle": "underline"
			}
		},