home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2002 February
/
PCWorld_2002-02_cd.bin
/
Software
/
Topware
/
crimson
/
data1.cab
/
Program_Files
/
spec
/
plsql.spc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Crimson Editor language specification file
|
2001-12-25
|
596 b
|
21 lines
# SQL LANGUAGE SPECIFICATION FILE
# CRIMSON EDITOR v3.0
# 2001.07.31 (MAICON F. SANTOS) - FIRST RELEASE
# 2001.09.06 (MAICON F. SANTOS) - Some changes to recognize PL/SQL built-in functions, expressions and comparisons.
# 2001.10.23 (INGYU KANG) - line comment delimiter 'rem' added
# 2001.10.25 (MAICON F. SANTOS) - delimiter/prefix '|' added
$CASESENSITIVE=NO
$DELIMITERS=(){}[]"'~#&^&?;,.%:=+-*/!<>|
$KEYWORDPREFIX=/\*:=+-*/!<>|
$QUOTATIONMARK1="
$QUOTATIONMARK2='
$LINECOMMENT=--
$LINECOMMENT2=REM
$BLOCKCOMMENTON=/*
$BLOCKCOMMENTOFF=*/
$PAIRS1=()
$PAIRS2=[]
$PAIRS3={}