forked from seiyria/sublime-dreams
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dream Maker.sublime-completions
108 lines (107 loc) · 1.45 KB
/
Dream Maker.sublime-completions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"scope": "source.dm",
"completions":
[
"CGI",
"address",
"animate_movement",
"authenticate",
"bound_height",
"bound_width",
"bound_x",
"bound_y",
"bounds",
"byond_version",
"cd",
"channel",
"ckey",
"client",
"command_prompt",
"command_text",
"computer_id",
"connection",
"contents",
"control_freak",
"density",
"desc",
"dir",
"echo",
"edge_limit",
"environment",
"eof",
"eye",
"falloff",
"file",
"frequency",
"gender",
"glide_size",
"group",
"icon",
"icon_state",
"images",
"inactivity",
"infra_luminosity",
"invisibility",
"key",
"layer",
"lazy_eye",
"loc",
"locs",
"luminosity",
"maptext",
"maptext_height",
"maptext_width",
"mob",
"mouse_drag_pointer",
"mouse_drop_pointer",
"mouse_drop_zone",
"mouse_opacity",
"mouse_over_pointer",
"mouse_pointer_icon",
"name",
"opacity",
"overlays",
"override",
"pan",
"parent_type",
"perspective",
"pixel_step_size",
"pixel_x",
"pixel_y",
"pixel_z",
"preload_rsc",
"priority",
"repeat",
"screen",
"screen_loc",
"script",
"see_in_dark",
"see_infrared",
"see_invisible",
"show_map",
"show_popup_menus",
"show_verb_panel",
"sight",
"statobj",
"statpanel",
"status",
"step_size",
"step_x",
"step_y",
"suffix",
"tag",
"text",
"type",
"underlays",
"vars",
"verbs",
"view",
"virtual_eye",
"visibility",
"volume",
"wait",
"x",
"y",
"z"
]
}