mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
Add initial UnrealScript support
The two samples are for two different UnrealScript generations: MutU2Weapons is UnrealScript 2, US3HelloWorld is UnrealScript 3. Signed-off-by: GreatEmerald <pastas4@gmail.com>
This commit is contained in:
10
samples/UnrealScript/US3HelloWorld.uc
Normal file
10
samples/UnrealScript/US3HelloWorld.uc
Normal file
@@ -0,0 +1,10 @@
|
||||
class US3HelloWorld extends GameInfo;
|
||||
|
||||
event InitGame( string Options, out string Error )
|
||||
{
|
||||
`log( "Hello, world!" );
|
||||
}
|
||||
|
||||
defaultproperties
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user