mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
Merge pull request #1998 from Frigolit/master
Added interpreter "pike" for Pike.
This commit is contained in:
@@ -2230,6 +2230,8 @@ Pike:
|
|||||||
extensions:
|
extensions:
|
||||||
- .pike
|
- .pike
|
||||||
- .pmod
|
- .pmod
|
||||||
|
interpreters:
|
||||||
|
- pike
|
||||||
ace_mode: text
|
ace_mode: text
|
||||||
|
|
||||||
Pod:
|
Pod:
|
||||||
|
|||||||
6
samples/Pike/shebang.pike
Normal file
6
samples/Pike/shebang.pike
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/env pike
|
||||||
|
|
||||||
|
int main(int argc, array argv) {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user