This pull request solves issue #674, see it for details.

This commit is contained in:
Daniël W. Crompton
2013-09-06 01:47:14 +02:00
parent 5e7eeae98e
commit 7c1716aa1e
5 changed files with 404 additions and 1 deletions
+1 -1
View File
@@ -1020,7 +1020,7 @@ Perl:
Pike:
type: programming
color: "#066ab2"
lexer: C
lexer: Pike
primary_extension: .pike
extensions:
- .pmod
+4
View File
@@ -217,6 +217,10 @@
".php",
".script!"
],
"Pike": [
".pmod",
".pike"
],
"PogoScript": [
".pogo"
],