# # # patch "file.psp" # from [345f67002277d7b02fbeb08cca0efdde504426ab] # to [154e97fe58ebbe211c7bec8fee580d25b8b150ab] # ============================================================ --- file.psp 345f67002277d7b02fbeb08cca0efdde504426ab +++ file.psp 154e97fe58ebbe211c7bec8fee580d25b8b150ab @@ -76,6 +76,7 @@ candidate = tsp[1] if candidate.startswith('x-'): candidate = candidate[2:] if candidate.endswith('src'): candidate = candidate[:-3] + if candidate.endswith('hdr'): candidate = candidate[:-3] if candidate == 'c++': candidate = 'cpp' # ugly if candidate in enscript_langs: filter = candidate if filter == None: