Ctrl+P
This extension adds HRR markup language support to Visual Studio Code.
Syntax Highlighting for HRR tags:
[h1]…[h6]
[b][/b]
[i][/i]
[u][/u]
[color=red][/color]
[color=#00ff00][/color]
[Text](https://github.com/Hrajto1/hrr/blob/HEAD/url)
Snippets for quick tag insertion:
b
i
color
h1
h6
[h1][/h1]
[h6][/h6]
link
[h1]Welcome to HRR![/h1] [b]Bold Text[/b] [i]Italic Text[/i] [color=blue]Blue Text[/color] [MyLink](https://example.com)