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:
|
||||
- .pike
|
||||
- .pmod
|
||||
interpreters:
|
||||
- pike
|
||||
ace_mode: text
|
||||
|
||||
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