File: tron.awk
patch-17 patch-18
Line 437Line 437
#/[[:space:]][-A-Z$_]+/ && $1 !~ /<h[1-4]>/ { $0 = gensub(/[[:space:]]([-A-Z$_][-A-Z$_(\)]+)/, " <tt>\\1</tt>", "g") }

# Our own make-inspired magic
#/[[:space:]][-A-Z$_]+/ && $1 !~ /<h[1-4]>/ { $0 = gensub(/[[:space:]]([-A-Z$_][-A-Z$_(\)]+)/, " <tt>\\1</tt>", "g") }

# Our own make-inspired magic
/\$[^[:space:]]+/ { $0 = gensub(/(\$[^[:space:]"']+)/, "<tt>\\1</tt>", "g") }
#/\$[^[:space:]]+/ { $0 = gensub(/(\$[^[:space:]"']+)/, "<tt>\\1</tt>", "g") }
# print the paragraph now
{
# print the paragraph now
{