]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
help syntax highlighter
authorRudolf Polzer <divverent@alientrap.org>
Sun, 16 Jan 2011 18:35:45 +0000 (19:35 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 16 Jan 2011 18:35:45 +0000 (19:35 +0100)
qcsrc/menu/skin-customizables.inc

index afea3e752fd871c079df07fd8cc013995297894c..0a0de3d27768cfea9cc0783b87dd3ac609a74680 100644 (file)
@@ -6,7 +6,7 @@ print "\n";
 while(<DATA>)
 {
        chomp;
-       if(/^\s*(?:SKINFLOAT|SKINVECTOR)\(([A-Z_]+), ([-'0-9. ]+)\);$/)
+       if(/^\s*(?:SKINFLOAT|SKINVECTOR)\(([A-Z_]+), ([-'0-9. ]+)\);$/) #'
        {
                printf "%-31s %s\n", $1, $2;
        }