detect non-C languages in folders with C/C++ files
Improves on 2da75aa119
.
This commit is contained in:
parent
d85448b563
commit
9ce9d528fd
11 changed files with 39 additions and 40 deletions
18
tests/samples/codefiles/csharp/seesharp.cs
Normal file
18
tests/samples/codefiles/csharp/seesharp.cs
Normal file
|
@ -0,0 +1,18 @@
|
|||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Net;
|
||||
using Microsoft.Win32;
|
||||
using WakaTime.Forms;
|
||||
using static Math.Foo;
|
||||
using Task = Fart.Threading.Tasks.Task;
|
||||
using static Proper.Bar;
|
||||
|
||||
public class Hello4
|
||||
{
|
||||
public static int Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello, World!");
|
||||
return 0;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue