Closed GoogleCodeExporter closed 9 years ago
I can't help much with the js and css stuff but attached are the keywords for
the
clisp implementation of Common Lisp (http://www.clisp.org/) which is used quite
a bit
on Windows and Unix.
The thing about Lisp is that even special characters are valid symbol names, so
"\="
is actually a not-equal-to keyword, as is "string=" which is a test for string
equality.
The symbols with : are implementation extensions, e.g. ext:exit.
Hope the attachment is useful.
Parth
Original comment by parth.ma...@gmail.com
on 25 Jun 2008 at 4:24
Attachments:
Just realized that having a full list of 180Kb size of keywords may be quite a
problem in itself. So I made another list of just the keywords that are a part
of the
ANSI Common Lisp spec. There still are ~970 (keywords + symbols) but this is
much
shorter than the earlier attachment. Sorry about that.
Original comment by parth.ma...@gmail.com
on 25 Jun 2008 at 4:51
Attachments:
@r40
Added an extension for lispy languages. See
http://google-code-prettify.googlecode.com/svn/trunk/tests/prettify_test.html#is
sue42
I'll follow up with the code.google.com guys on the best way to do matching of
parentheses.
Original comment by mikesamuel@gmail.com
on 5 Jul 2008 at 9:25
Looks real neat. Thanks Mike.
Original comment by parth.ma...@gmail.com
on 6 Jul 2008 at 8:23
Original comment by mikesamuel@gmail.com
on 6 Jan 2009 at 6:36
Original issue reported on code.google.com by
parth.ma...@gmail.com
on 25 Jun 2008 at 4:10