「Common Lisp」の版間の差分
ナビゲーションに移動
検索に移動
ページの作成:「Common Lisp用構文ファイルです。 ファイル:CommonLisp.zip」 |
syntaxhighlightタグに変更 |
||
| (同じ利用者による、間の1版が非表示) | |||
| 1行目: | 1行目: | ||
Common Lisp用構文ファイルです。 | Common Lisp用構文ファイルです。 | ||
<syntaxhighlight lang="text" copy> | |||
#TagBegin= | |||
#TagEnd= | |||
#CommentBegin1=#| | |||
#CommentEnd1=|# | |||
#LineComment1=; | |||
#CommentBegin2= | |||
#CommentEnd2= | |||
#LineComment2= | |||
#SpecialSyntax=None | |||
#ScriptBegin= | |||
#ScriptEnd= | |||
#QuoteSingle=False | |||
#QuoteDouble=True | |||
#QuoteContinue=False | |||
#EscapeCharacter= | |||
#Word Color=0, WholeWord=True, RightSide=False, RightAll=False, MatchCase=False, InsideTag=False, RegEx=False | |||
* | |||
+ | |||
- | |||
/ | |||
< | |||
= | |||
> | |||
acons | |||
across | |||
and | |||
append | |||
apply | |||
aref | |||
aref | |||
assoc | |||
being | |||
block | |||
by | |||
byte | |||
caar | |||
car | |||
case | |||
catch | |||
cdr | |||
ceiling | |||
cerror | |||
check-type | |||
close | |||
coerce | |||
collect | |||
concatenate | |||
cond | |||
cons | |||
constantly | |||
copy-list | |||
copy-list | |||
copy-seq | |||
cos | |||
count | |||
decf | |||
defclass | |||
defconstant | |||
defmacro | |||
defmethod | |||
defparameter | |||
defparameter | |||
defstruct | |||
defun | |||
defvar | |||
defvar | |||
delete | |||
delete-duplicates | |||
directory | |||
do | |||
dotimes | |||
double-float | |||
downfrom | |||
downfrom | |||
downto | |||
duplicates | |||
efmethod | |||
elt | |||
eq | |||
equal | |||
error | |||
exp | |||
fceiling | |||
ffloor | |||
file-length | |||
file-position | |||
file-write-date | |||
fill | |||
finally | |||
find | |||
find-if | |||
first | |||
float | |||
for | |||
format | |||
from | |||
funcall | |||
function | |||
get-internal-real-time | |||
get-universal-time | |||
gethash | |||
go | |||
handler-bind | |||
if | |||
if-does-not-exist | |||
if? | |||
ignore-errors | |||
import | |||
in | |||
in-package | |||
incf | |||
initially | |||
integer | |||
intern | |||
intersection | |||
isqrt | |||
lambda | |||
last | |||
ldb | |||
length | |||
let | |||
let* | |||
list | |||
log | |||
logbitp | |||
logcount | |||
loop | |||
loop-finish | |||
make-array | |||
make-pathname | |||
make-random-state | |||
make-string | |||
map | |||
map-info | |||
mapcar | |||
member | |||
mismatch | |||
mod | |||
multiple-value-bind | |||
multiple-value-call | |||
named | |||
nconc | |||
ninth | |||
not | |||
nreverse | |||
nth | |||
nthcdr | |||
null | |||
number-to-string | |||
on | |||
open file | |||
or | |||
parse-integer | |||
pathname-name | |||
pos | |||
position | |||
pprint | |||
prin1 | |||
princ | |||
print | |||
probe-file | |||
progn | |||
quote | |||
random | |||
random-state | |||
rassoc | |||
rational | |||
rationalize | |||
read-from-string | |||
read-line | |||
rem | |||
remove | |||
remove-duplicates | |||
rename-file | |||
repeat | |||
require | |||
return-from | |||
reverse | |||
round | |||
search | |||
set-difference | |||
setf | |||
setq | |||
sin | |||
sleep | |||
slot-value | |||
sort | |||
sqrt | |||
string | |||
string= | |||
string-downcase | |||
string-equal | |||
string-left-trim | |||
string-right-trim | |||
string-trim | |||
string-upcase | |||
subseq | |||
substitute | |||
symbol-name | |||
tagbody | |||
tan | |||
throw | |||
to | |||
truename | |||
truncate | |||
truncate | |||
type-of | |||
union | |||
until | |||
user-homedir-pathname | |||
values | |||
vector | |||
vector-push | |||
when | |||
while | |||
with | |||
with-input-from-string | |||
with-open-file | |||
with-slots | |||
write-string | |||
write-to-string | |||
zerop | |||
#Word Color=1, WholeWord=True, RightSide=False, RightAll=False, MatchCase=False, InsideTag=False, RegEx=False | |||
:cl-user | |||
:direction | |||
:from-end | |||
:if-exists | |||
:initial-contents | |||
:initial-element | |||
:junk-allowed | |||
:output | |||
:supersede | |||
abs | |||
pi | |||
t | |||
#Word Color=2, WholeWord=True, RightSide=False, RightAll=False, MatchCase=False, InsideTag=False, RegEx=False | |||
initialize-instance | |||
:after | |||
:befour | |||
#Word Color=3, WholeWord=True, RightSide=False, RightAll=False, MatchCase=False, InsideTag=False, RegEx=False | |||
nil | |||
:accessor | |||
:documentation | |||
:initarg | |||
:initform | |||
:reader | |||
:writer | |||
#Word Color=5, WholeWord=False, RightSide=False, RightAll=False, MatchCase=False, InsideTag=False, RegEx=False | |||
' | |||
` | |||
, | |||
</syntaxhighlight> | |||
2025年6月30日 (月) 02:26時点における最新版
Common Lisp用構文ファイルです。
#TagBegin=
#TagEnd=
#CommentBegin1=#|
#CommentEnd1=|#
#LineComment1=;
#CommentBegin2=
#CommentEnd2=
#LineComment2=
#SpecialSyntax=None
#ScriptBegin=
#ScriptEnd=
#QuoteSingle=False
#QuoteDouble=True
#QuoteContinue=False
#EscapeCharacter=
#Word Color=0, WholeWord=True, RightSide=False, RightAll=False, MatchCase=False, InsideTag=False, RegEx=False
*
+
-
/
<
=
>
acons
across
and
append
apply
aref
aref
assoc
being
block
by
byte
caar
car
case
catch
cdr
ceiling
cerror
check-type
close
coerce
collect
concatenate
cond
cons
constantly
copy-list
copy-list
copy-seq
cos
count
decf
defclass
defconstant
defmacro
defmethod
defparameter
defparameter
defstruct
defun
defvar
defvar
delete
delete-duplicates
directory
do
dotimes
double-float
downfrom
downfrom
downto
duplicates
efmethod
elt
eq
equal
error
exp
fceiling
ffloor
file-length
file-position
file-write-date
fill
finally
find
find-if
first
float
for
format
from
funcall
function
get-internal-real-time
get-universal-time
gethash
go
handler-bind
if
if-does-not-exist
if?
ignore-errors
import
in
in-package
incf
initially
integer
intern
intersection
isqrt
lambda
last
ldb
length
let
let*
list
log
logbitp
logcount
loop
loop-finish
make-array
make-pathname
make-random-state
make-string
map
map-info
mapcar
member
mismatch
mod
multiple-value-bind
multiple-value-call
named
nconc
ninth
not
nreverse
nth
nthcdr
null
number-to-string
on
open file
or
parse-integer
pathname-name
pos
position
pprint
prin1
princ
print
probe-file
progn
quote
random
random-state
rassoc
rational
rationalize
read-from-string
read-line
rem
remove
remove-duplicates
rename-file
repeat
require
return-from
reverse
round
search
set-difference
setf
setq
sin
sleep
slot-value
sort
sqrt
string
string=
string-downcase
string-equal
string-left-trim
string-right-trim
string-trim
string-upcase
subseq
substitute
symbol-name
tagbody
tan
throw
to
truename
truncate
truncate
type-of
union
until
user-homedir-pathname
values
vector
vector-push
when
while
with
with-input-from-string
with-open-file
with-slots
write-string
write-to-string
zerop
#Word Color=1, WholeWord=True, RightSide=False, RightAll=False, MatchCase=False, InsideTag=False, RegEx=False
:cl-user
:direction
:from-end
:if-exists
:initial-contents
:initial-element
:junk-allowed
:output
:supersede
abs
pi
t
#Word Color=2, WholeWord=True, RightSide=False, RightAll=False, MatchCase=False, InsideTag=False, RegEx=False
initialize-instance
:after
:befour
#Word Color=3, WholeWord=True, RightSide=False, RightAll=False, MatchCase=False, InsideTag=False, RegEx=False
nil
:accessor
:documentation
:initarg
:initform
:reader
:writer
#Word Color=5, WholeWord=False, RightSide=False, RightAll=False, MatchCase=False, InsideTag=False, RegEx=False
'
`
,
スポンサーリンク