-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDataSift FB.sublime-completions
41 lines (41 loc) · 1.18 KB
/
DataSift FB.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
{
"scope": "source.csdl variable.language.source.fb",
"completions":
[
"all.content",
"author.age",
"author.country",
"author.country_code",
"author.country_region",
"author.gender",
"author.region",
"author.type",
"content",
"hashtags",
"language",
"link",
"link_title",
"media_type",
"sentiment",
"topics.about",
"topics.category",
"topics.category_name",
"topics.company_overview",
"topics.location_city",
"topics.location_street",
"topics.mission",
"topics.name",
"topics.products",
"topics.release_date",
"topics.username",
"topics.website",
"topic_ids",
"type",
"or",
"not",
"and",
"tag",
"return",
"stream"
]
}