Functions with capital letters highlight as if they were what their case implies
while this is against the standard it is used when accessing externally linked functions from other languages (extern "C" block)
fn Test(Test: TEST) {}
fn testTwo(TEST: test) {}
fn TEST_THREE() {}
Output:
