Home

Awesome

XRB VSCode

This extension provides support for the XRB language in Visual Studio Code.

Support

File Extensions

XRB Heredocs

source = <<~'XRB'
	<p>hello</p>
	#{"foo" + "bar"}
	<?r hello # bar ?>
XRB

XRB Markdown

``` xrb
<p>hello</p>
#{"foo" + 10}
<?r hello # bar ?>
```