This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Copyright (c) 2015, Shahar Evron | |
All rights reserved. | |
Redistribution and use in source and binary forms, with or without modification, | |
are permitted provided that the following conditions are met: | |
1. Redistributions of source code must retain the above copyright notice, this | |
list of conditions and the following disclaimer. | |
2. Redistributions in binary form must reproduce the above copyright notice, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SyntaxHighlighter.brushes.CommonLisp = function() | |
{ | |
var funcs = '\\* \\*\\* \\*\\*\\* \\+ \\+\\+ \\+\\+\\+ - / / // /// 1\\+ 1- \\< \\<= = \\> \\>= abort abs ' + | |
'acons acos acosh add-method adjoin adjust-array adjustable-array-p ' + | |
'alpha-char-p alphanumericp alter always and append append appending ' + | |
'apply applyhook \\*applyhook\\* apropos apropos-list aref arithmetic-error ' + | |
'arithmetic-error-operands arithmetic-error-operation array-dimension ' + | |
'array-dimension-limit array-dimensions array-element-type ' + | |
'array-has-fill-pointer-p array-in-bounds-p array-rank array-rank-limit ' + | |
'array-row-major-index array-total-size array-total-size-limit arrayp ' + |