Your ROOT_URL in app.ini is https://scm.trinitydesktop.org/gitea/ but you are visiting https://scm.trinitydesktop.net/gitea/TDE/tdevelop/blame/commit/b6ba5d642f3fc7d320e3d6f4650eb259a3a52b04/languages/cpp/file_templates/l You should set ROOT_URL correctly, otherwise the web may not work correctly.

36 lines
356 B

/*
*
* flex Implementation: $MODULE$
*
* Description:
*
*
* Author: $AUTHOR$ <$EMAIL$>, (C) $YEAR$
*
* Copyright: See COPYING file that comes with this distribution
*
*/
/*
*
* Use options
*
* %option prefix="foo"
* %option outfile="lex.yy.c"
*
* to create multiple flex scanner in one project.
*
*/
%{
%}
%option debug
%%
%%