commit | d14faf4424ae06ced696c15f205c85fe55b8e6e7 | [log] [tgz] |
---|---|---|
author | Ferry Huberts <ferry.huberts@pelagic.nl> | Tue Oct 09 13:10:48 2012 +0200 |
committer | Jason A. Donenfeld <Jason@zx2c4.com> | Tue Oct 09 13:19:12 2012 +0200 |
tree | 882b444c1bde093b83f594f874366f90839f2c74 | |
parent | e52a5226b83dc5232adb7d9076cae3ad4b123df4 [diff] |
syntax-highlight: when the file has no extension, assume text There are 2 situations: 1- empty extension: assuming text is better than highlight producing no output because of a missing argument. 2- no extension at all: assuming text is better than setting the extension to the filename, which is what now happens. Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>