root/trunk/wenv/vim/completion/logtalk.dict @ 5055

Revision 5055, 1.8 KB (checked in by pmoura, 15 months ago)

Updated text editor configuration files in order to remove references to the no longer used ".config" file name extension and to support syntax coloring and code completion of the multifile/1 and use_module/1-2 directives.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1if
2elif
3else
4endif
5encoding
6ensure_loaded
7calls
8category
9dynamic
10end_category
11end_object
12end_protocol
13info
14initialization
15object
16protocol
17synchronized
18threaded
19uses
20alias
21discontiguous
22meta_predicate
23mode
24multifile
25op
26private
27protected
28public
29use_module
30current_object
31current_protocol
32current_category
33object_property
34protocol_property
35category_property
36create_object
37create_protocol
38create_category
39abolish_object
40abolish_protocol
41abolish_category
42complements
43complements_object
44extends
45extends_object
46extends_protocol
47extends_category
48implements
49implements_protocol
50imports
51imports_category
52instantiates
53instantiates_class
54specializes
55specializes_class
56abolish_events
57current_event
58define_events
59logtalk_load
60logtalk_compile
61logtalk_library_path
62current_logtalk_flag
63set_logtalk_flag
64threaded_call
65threaded_once
66threaded_ignore
67threaded_exit
68threaded_peek
69threaded_wait
70threaded_notify
71self
72this
73sender
74parameter
75before
76after
77phrase
78expand_term
79expand_goal
80goal_expansion
81term_expansion
82true
83fail
84call
85catch
86throw
87unify_with_occurs_check
88var
89atom
90integer
91float
92atomic
93compound
94nonvar
95number
96arg
97copy_term
98functor
99current_predicate
100predicate_property
101abolish
102assertz
103asserta
104clause
105retract
106retractall
107bagof
108findall
109forall
110setof
111current_input
112current_output
113set_input
114set_output
115open
116close
117flush_output
118stream_property
119at_end_of_stream
120set_stream_position
121get_char
122get_code
123peek_char
124peek_code
125put_char
126put_code
127nl
128get_byte
129peek_byte
130put_byte
131read
132read_term
133write
134writeq
135write_canonical
136atom_chars
137atom_codes
138atom_concat
139number_chars
140number_codes
141current_op
142char_conversion
143current_char_conversion
144once
145repeat
146atom_length
147atom_concat
148sub_atom
149atom_chars
150atom_codes
151char_code
152number_chars
153number_codes
154set_prolog_flag
155current_prolog_flag
156halt
157abs
158atan
159ceiling
160cos
161exp
162float_fractional_part
163float_integer_part
164floor
165log
166mod
167rem
168round
169sign
170sin
171sqrt
172truncate
Note: See TracBrowser for help on using the browser.