You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.4 KiB
39 lines
1.4 KiB
%%
|
|
%% This is file `listings-lua.prf',
|
|
%% generated with the docstrip utility.
|
|
%%
|
|
%% The original source files were:
|
|
%%
|
|
%% lstdrvrs.dtx (with options: `lua-prf')
|
|
%%
|
|
%% The listings package is copyright 1996--2004 Carsten Heinz, and
|
|
%% continued maintenance on the package is copyright 2006--2007 Brooks
|
|
%% Moses. From 2013 on the maintenance is done by Jobst Hoffmann.
|
|
%% The drivers are copyright 1997/1998/1999/2000/2001/2002/2003/2004/2006/
|
|
%% 2007/2013 any individual author listed in this file.
|
|
%%
|
|
%% This file is distributed under the terms of the LaTeX Project Public
|
|
%% License from CTAN archives in directory macros/latex/base/lppl.txt.
|
|
%% Either version 1.3c or, at your option, any later version.
|
|
%%
|
|
%% This file is completely free and comes without any warranty.
|
|
%%
|
|
%% Send comments and ideas on the package, error reports and additional
|
|
%% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>.
|
|
%%
|
|
\ProvidesFile{listings-lua.prf}
|
|
[2020/03/24 1.8d listings language file]
|
|
\usepackage[rgb, x11names]{xcolor}
|
|
\lstdefinestyle{Lua}{%
|
|
language=[5.2]Lua,
|
|
basicstyle=\ttfamily,
|
|
columns=spaceflexible,
|
|
keywordstyle=\bfseries\color{Blue4},% language keywords
|
|
keywordstyle=[2]\bfseries\color{RoyalBlue3},% std. library identifiers
|
|
keywordstyle=[3]\bfseries\color{Purple3},% labels
|
|
stringstyle=\bfseries\color{Coral4},% strings
|
|
commentstyle=\itshape\color{Green4},% comments
|
|
}
|
|
\endinput
|
|
%%
|
|
%% End of file `listings-lua.prf'.
|
|
|