|
Revision 3602, 361 bytes
(checked in by pmoura, 21 months ago)
|
|
Supporting files for buiding Debian packages.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | # Logtalk specification file (http://logtalk.org/) |
|---|
| 2 | # Paulo Moura (pmoura@logtalk.org) |
|---|
| 3 | |
|---|
| 4 | $CASESENSITIVE=YES |
|---|
| 5 | $DELIMITERS=~`!@#$%^&*()-+=|\{}[]:;"',.<>/? |
|---|
| 6 | $HEXADECIMALMARK=0x |
|---|
| 7 | $ESCAPECHAR= |
|---|
| 8 | $QUOTATIONMARK1=" |
|---|
| 9 | $QUOTATIONMARK2=' |
|---|
| 10 | $LINECOMMENT=% |
|---|
| 11 | $BLOCKCOMMENTON=/* |
|---|
| 12 | $BLOCKCOMMENTOFF=*/ |
|---|
| 13 | $RANGE1BEG=:- |
|---|
| 14 | $RANGE1END=( |
|---|
| 15 | $RANGE2BEG=:- |
|---|
| 16 | $RANGE2END=. |
|---|
| 17 | $PAIRS1=() |
|---|
| 18 | $PAIRS2=[] |
|---|
| 19 | $PAIRS3={} |
|---|