Home
last modified time | relevance | path

Searched refs:pluginOutFile (Results 1 – 1 of 1) sorted by relevance

/dports/textproc/highlight/highlight-4.1/src/core/
H A Dcodegenerator.cpp2324 ofstream pluginOutFile( outFile.c_str()); in printPersistentState() local
2325 if ( !pluginOutFile.fail() ) { in printPersistentState()
2327pluginOutFile <<"Description=\"Plugin generated by highlight using the --two-pass option\"\n\n" in printPersistentState()
2331 pluginOutFile << currentSyntax->getPersistentHookConditions(); in printPersistentState()
2335 pluginOutFile << snippet <<"\n\n"; in printPersistentState()
2338 pluginOutFile<<"end\n\n" in printPersistentState()