Do you support Syntax Highlighting? Yes!
				Do you support Syntax Highlighting? Yes!
				```bash
#!/bin/bash
#coment
if [ -f /dev/null ] ; then
  echo "we have null"
fi
```
or java
```java
var s = "foo";
```
or yaml
```yaml
str: hi guy
num: 123
obj:
  attr: value
array:
  - item1
	- item2
```
					```
#!/bin/bash
#coment
if [ -f /dev/null ] ; then
  echo "we have null"
fi
```
		Do you support Syntax Highlighting? Yes!
				```
#!/bin/bash
#coment
if [ -f /dev/null ] ; then
  echo "we have null"
fi
```