git@sv
/
enscript.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Simply avoid warnings of modern gcc
[enscript.git]
/
states
/
hl
/
passthrough.st
1
/*
2
* Pass all input through handling only output language specific headers
3
* and LANGUAGE_SPECIALS.
4
*/
5
state passthrough extends HighlightEntry
6
{
7
}
8
9
\f
10
/*
11
Local variables:
12
mode: c
13
End:
14
*/