add vim line to tests
All checks were successful
Check / Explore-Gitea-Actions (push) Successful in 46s

This commit is contained in:
sfja 2026-04-13 09:39:58 +02:00
parent 0d57cd7e3c
commit 086bea3e89
10 changed files with 21 additions and 0 deletions

View File

@ -7,3 +7,5 @@ fn main()
print(v);
}
// vim: syntax=rust commentstring=//\ %s

View File

@ -6,3 +6,6 @@ fn main()
let cond: bool = 1 == 2;
}
// vim: syntax=rust commentstring=//\ %s

View File

@ -8,3 +8,5 @@ fn main()
my_int_fn();
}
// vim: syntax=rust commentstring=//\ %s

View File

@ -9,4 +9,5 @@ fn main()
my_explicit_void();
}
// vim: syntax=rust commentstring=//\ %s

View File

@ -23,3 +23,6 @@ fn main()
print(a);
}
// vim: syntax=rust commentstring=//\ %s

View File

@ -15,3 +15,4 @@ fn main()
}
// vim: syntax=rust commentstring=//\ %s

View File

@ -6,3 +6,5 @@ fn main()
let c = b;
}
// vim: syntax=rust commentstring=//\ %s

View File

@ -20,3 +20,6 @@ fn main()
print(a);
}
// vim: syntax=rust commentstring=//\ %s

View File

@ -30,3 +30,5 @@ fn main()
print(2 * (3 + 4));
}
// vim: syntax=rust commentstring=//\ %s

View File

@ -27,3 +27,5 @@ fn main()
print(a);
}
// vim: syntax=rust commentstring=//\ %s