This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/Logtalk/wenv/crimson/logtalk.spc

20 lines
361 B
Plaintext
Raw Normal View History

# Logtalk specification file (http://logtalk.org/)
# Paulo Moura (pmoura@logtalk.org)
$CASESENSITIVE=YES
$DELIMITERS=~`!@#$%^&*()-+=|\{}[]:;"',.<>/?
$HEXADECIMALMARK=0x
$ESCAPECHAR=
$QUOTATIONMARK1="
$QUOTATIONMARK2='
$LINECOMMENT=%
$BLOCKCOMMENTON=/*
$BLOCKCOMMENTOFF=*/
$RANGE1BEG=:-
$RANGE1END=(
$RANGE2BEG=:-
$RANGE2END=.
$PAIRS1=()
$PAIRS2=[]
$PAIRS3={}