diff --git a/sheets/html.ssh b/sheets/html.ssh index bdc1937..000be20 100644 --- a/sheets/html.ssh +++ b/sheets/html.ssh @@ -1,11 +1,10 @@ # Style sheet for HTML # Copyright (c) 1997, 98 Jim Diamond, Akim Demaille, Miguel Santana, Wesley Chun -# $Id: html.ssh,v 1.1.1.1.2.1 2007/12/29 01:58:30 mhatta Exp $ # # # This file is part of a2ps. -# +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3, or (at your option) @@ -24,7 +23,7 @@ # 0.1 akim@freefriends.org: # first version # -# 1.0 wesc@alpha.ece.ucsb.edu: +# 1.0 wescpy@gmail.com: # added comments and bolded HTML tags # # FIXME: Beware of < and > for regex. @@ -32,10 +31,10 @@ # style HTML is -written by "Akim Demaille , Wesley J. Chun " +written by "Akim Demaille , Wesley J. Chun " version is 1.1 -requires a2ps 4.12a +requires a2ps 4.13 documentation is "This style is meant to pretty print HTML source files, not to simulate" diff --git a/sheets/python.ssh b/sheets/python.ssh index c37c045..e673441 100644 --- a/sheets/python.ssh +++ b/sheets/python.ssh @@ -1,7 +1,6 @@ # Style sheet for python # Copyright (c) 1988, 89, 90, 91, 92, 93 Miguel Santana # Copyright (c) 1995, 96, 97, 98 Akim Demaille, Miguel Santana -# $Id: python.ssh,v 1.1.1.1.2.1 2007/12/29 01:58:32 mhatta Exp $ # # @@ -27,11 +26,13 @@ # Fixed the ''' strings ''' (Reported by Lorenzo M. Catucci) ## 1.2 Akim Demaille # Documentation +## 1.3 Wesley Chun +# Updates to Python language style Python is written by "Akim Demaille " -version is 1.2 +version is 1.3 requires a2ps version 4.9.5 documentation is @@ -51,12 +52,11 @@ documentation is "documentation." "" "The Python interpreter is easily extended with new functions and data" - "types implemented in C or C++ (or other languages callable from" - "C). Python is also suitable as an extension language for customizable" + "types implemented in C or C++ (or other languages callable from C)." + "Python is also suitable as an extension language for customizable" "applications." end documentation - first alphabet is "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_" second alphabet is @@ -64,9 +64,10 @@ second alphabet is case sensitive keywords in Keyword_strong are - and, elif, from, lambda, return, break, else, global, not, try, - class, except, if, or, while, continue, exec, import, pass, def, - finally, "in", print, del, "is", raise, for + and, assert, async, await, break, "case", class, continue, def, + del, elif, else, except, False, finally, for, from, global, + if, "in", "is", import, lambda, match, None, nonlocal, not, + or, pass, raise, return, True, try, while, yield end keywords optional keywords are