Skip to content

Commit

Permalink
Rm warnings about missing syntax highlighters
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz committed Jan 5, 2023
1 parent 3c6b9a5 commit 214a25b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion esop23_table2_set_goblint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
end
end
if highlighter.nil? then
puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
# puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
highlighter = lambda {|f,o| "cp #{f} #{o}"}
end

Expand Down
2 changes: 1 addition & 1 deletion esop23_table2_set_our.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
end
end
if highlighter.nil? then
puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
# puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
highlighter = lambda {|f,o| "cp #{f} #{o}"}
end

Expand Down
2 changes: 1 addition & 1 deletion esop23_table2_set_ratcop.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
end
end
if highlighter.nil? then
puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
# puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
highlighter = lambda {|f,o| "cp #{f} #{o}"}
end

Expand Down
2 changes: 1 addition & 1 deletion esop23_table2_set_watts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
end
end
if highlighter.nil? then
puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
# puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
highlighter = lambda {|f,o| "cp #{f} #{o}"}
end

Expand Down
2 changes: 1 addition & 1 deletion update_bench_traces_rel_assert.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
end
end
if highlighter.nil? then
puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
# puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
highlighter = lambda {|f,o| "cp #{f} #{o}"}
end

Expand Down
2 changes: 1 addition & 1 deletion update_bench_traces_rel_ratcop.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
end
end
if highlighter.nil? then
puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
# puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
highlighter = lambda {|f,o| "cp #{f} #{o}"}
end

Expand Down
2 changes: 1 addition & 1 deletion update_bench_traces_rel_toy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
end
end
if highlighter.nil? then
puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
# puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
highlighter = lambda {|f,o| "cp #{f} #{o}"}
end

Expand Down
2 changes: 1 addition & 1 deletion update_bench_traces_rel_watts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
end
end
if highlighter.nil? then
puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
# puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
highlighter = lambda {|f,o| "cp #{f} #{o}"}
end

Expand Down
2 changes: 1 addition & 1 deletion update_bench_traces_rel_yaml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
end
end
if highlighter.nil? then
puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
# puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
highlighter = lambda {|f,o| "cp #{f} #{o}"}
end

Expand Down

0 comments on commit 214a25b

Please sign in to comment.