URI:
       passthrough.st - enscript - GNU Enscript
  HTML git clone git://thinkerwim.org/enscript.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       passthrough.st (190B)
       ---
            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 
           10 /*
           11 Local variables:
           12 mode: c
           13 End:
           14 */