My Project

// Special handling of some extensions

Inline=code of different cd dir languages.

Code file with a custom language:

#!/bin/bash

if [ -d '/user' ]; then echo "Hello"; fi
false

Look:

void foo() { return; }

A paragraph following a one line snippet should not be merged with it.

void foo() { return; }

This one also not.

#include <cmath>

void bar() { return; }

And this should not produce a warning.

Another paragraph.