summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/listings/lstlang1.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/listings/lstlang1.sty')
-rw-r--r--Master/texmf-dist/tex/latex/listings/lstlang1.sty6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/listings/lstlang1.sty b/Master/texmf-dist/tex/latex/listings/lstlang1.sty
index 69f4a4a5edb..82c36020602 100644
--- a/Master/texmf-dist/tex/latex/listings/lstlang1.sty
+++ b/Master/texmf-dist/tex/latex/listings/lstlang1.sty
@@ -22,7 +22,7 @@
%% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>.
%%
\ProvidesFile{lstlang1.sty}
- [2014/09/06 1.5e listings language file]
+ [2015/06/04 1.6 listings language file]
%%
%% ACSL definition (c) 2000 by Andreas Matthias
%%
@@ -1284,8 +1284,8 @@
morecomment=[l]\#,%
morestring=[b]',%
morestring=[b]",%
- morestring=[s]{'''}{'''},% used for documentation text (mulitiline strings)
- morestring=[s]{"""}{"""},% added by Philipp Matthias Hahn
+ morecomment=[s]{'''}{'''},% used for documentation text (mulitiline strings)
+ morecomment=[s]{"""}{"""},% added by Philipp Matthias Hahn
morestring=[s]{r'}{'},% `raw' strings
morestring=[s]{r"}{"},%
morestring=[s]{r'''}{'''},%