mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-09-24 00:32:12 +00:00
Added example Powershell files to the test fixtures folder
This commit is contained in:
Vendored
+2
@@ -0,0 +1,2 @@
|
|||||||
|
# Hello world in powershell
|
||||||
|
Write-Host 'Hello World'
|
||||||
Vendored
+5
@@ -0,0 +1,5 @@
|
|||||||
|
# Hello World powershell module
|
||||||
|
|
||||||
|
function hello() {
|
||||||
|
Write-Host 'Hello World'
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user