source: doc/LaTeXmacros/listings/listings-lua.prf @ 309be81

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since 309be81 was 9724df0, checked in by Peter A. Buhr <pabuhr@…>, 8 years ago

update latex macros, and user and refrat manuals

  • Property mode set to 100644
File size: 1.4 KB
Line 
1%%
2%% This is file `listings-lua.prf',
3%% generated with the docstrip utility.
4%%
5%% The original source files were:
6%%
7%% lstdrvrs.dtx  (with options: `lua-prf')
8%%
9%% The listings package is copyright 1996--2004 Carsten Heinz, and
10%% continued maintenance on the package is copyright 2006--2007 Brooks
11%% Moses. From 2013 on the maintenance is done by Jobst Hoffmann.
12%% The drivers are copyright 1997/1998/1999/2000/2001/2002/2003/2004/2006/
13%% 2007/2013 any individual author listed in this file.
14%%
15%% This file is distributed under the terms of the LaTeX Project Public
16%% License from CTAN archives in directory  macros/latex/base/lppl.txt.
17%% Either version 1.3 or, at your option, any later version.
18%%
19%% This file is completely free and comes without any warranty.
20%%
21%% Send comments and ideas on the package, error reports and additional
22%% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>.
23%%
24\ProvidesFile{listings-lua.prf}
25    [2015/06/04 1.6 listings language file]
26\usepackage[rgb, x11names]{xcolor}
27\lstdefinestyle{Lua}{%
28  language=[5.2]Lua,
29  basicstyle=\ttfamily,
30  columns=spaceflexible,
31  keywordstyle=\bfseries\color{Blue4},% language keywords
32  keywordstyle=[2]\bfseries\color{RoyalBlue3},% std. library identifiers
33  keywordstyle=[3]\bfseries\color{Purple3},% labels
34  stringstyle=\bfseries\color{Coral4},% strings
35  commentstyle=\itshape\color{Green4},% comments
36}
37\endinput
38%%
39%% End of file `listings-lua.prf'.
Note: See TracBrowser for help on using the repository browser.