Imported Upstream version 0.6.13
[platform/upstream/libsolv.git] / doc / filters / xcode.pl
index 089f511..407641f 100755 (executable)
@@ -36,7 +36,7 @@ while(<STDIN>) {
     $_ = " $_";
     $_ = "$_ ";
     if (s/^ TCL +/ /) {
-      s/(\$[a-zA-Z_][a-zA-Z0-9_]*)/<-S><I>$1<-I><S>/g;
+      s/(\$[a-zA-Z_][a-zA-Z0-9_:]*)/<-S><I>$1<-I><S>/g;
     } else {
       s/(?<=[^a-zA-Z_\&:\.\'\";])(?!solv\W|Solv\W|Pool\W)([\$\@a-zA-Z_][a-zA-Z0-9_]*)(?=[^a-zA-Z0-9_\(;\[])(?!::)(?! [^=])/<-S><I>$1<-I><S>/g;
     }