I see you're here to be *colorful*
well look no further, fancy pants, here's some color syntax for you
Red (diff, hyphen):
```diff
- <text>
```
Red (css, brackets):
```css
[<text>]
```
Yellow (fix):
```fix
<text>
```
Yellow (apache, %{<text>}, no spaces):
```apache
%{ <text_text> }
```
Green (diff, plus):
```diff
+ <text>
```
Light Green (css, quote):
```css
"<text>"
```
Dark Green/Cyan (bash, quote):
```bash
"<text>"
```
Dark Green (JSON, quote):
```json
"<text>"
```
Blue (ini, brackets):
```ini
[<text>]
```
Blue (css, period, no spaces):
```css
.<text_here>
```
More info: https: