Added dict file for TTCN-3 from vimscript #767

This commit is contained in:
Gustaf Johansson 2012-09-20 00:48:51 +02:00
commit 5361ac5211
2 changed files with 176 additions and 2 deletions

10
README
View File

@ -1,4 +1,3 @@
<<<<<<< HEAD
Based on:
ttcn-syntax:
http://www.vim.org/scripts/script.php?script_id=753
@ -7,7 +6,14 @@ ttcn-syntax:
ttcn-indent:
http://www.vim.org/scripts/script.php?script_id=754
ttcn-ftplugin: http://www.vim.org/scripts/script.php?script_id=793
ttcn-ftplugin:
http://www.vim.org/scripts/script.php?script_id=793
You should put settings that are specific to TTCN in this file.
ttcn-dict:
http://www.vim.org/scripts/script.php?script_id=767
Keyword completion for TTCN-3.
In insert mode you hit ctrl-x ctrl-k to get suggestions of keywords that could complete the currently typed word.
Note: ctrl-x ctrl-k is the Vim built-in method for dictionary completion; check out vimtip #91 and vimtip #102 for cool stuff and adjustments you can make!
For information about TTCN-3, see http://www.etsi.org.

168
dicts/ttcn.dict Normal file
View File

@ -0,0 +1,168 @@
action
activate
address
all
alt
altstep
and
and4b
any
anytype
bit2hex
bit2int
bit2oct
bit2str
bitstring
boolean
call
catch
char
char
char2int
charstring
check
clear
complement
component
connect
const
control
create
deactivate
default
disconnect
display
do
done
else
encode
enumerated
error
except
exception
execute
extension
external
fail
false
float
float2int
for
from
from
function
getcall
getreply
getverdict
goto
group
hex2bit
hex2int
hex2oct
hex2str
hexstring
if
ifpresent
import
in
inconc
infinity
inout
int2bit
int2char
int2float
int2hex
int2oct
int2str
int2unichar
integer
interleave
ischosen
ispresent
label
language
length
lengthof
log
map
match
message
mixed
mod
modifies
module
modulepar
mtc
noblock
none
not
not4b
nowait
null
objid
oct2bit
oct2int
oct2str
octetstring
of
omit
on
optional
or
or4b
out
override
param
pass
pattern
port
procedure
raise
read
receive
record
recursive
regexp
rem
repeat
reply
return
rnd
running
runs
self
send
sender
set
setverdict
signature
sizeof
start
stop
str2int
str2oct
subset
substr
superset
system
template
testcase
timeout
timer
to
trigger
true
type
unichar2int
union
universal
unmap
value
valueof
var
variant
verdicttype
while
with
xor
xor4b