-
Notifications
You must be signed in to change notification settings - Fork 5
/
constants.sublime-completions
93 lines (93 loc) · 2.74 KB
/
constants.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
{
"scope": "source.php - comment - constant.other.class - entity - meta.catch - meta.class - meta.function.arguments - meta.use - string - support.class - variable.other, source.php meta.class.php meta.block.php meta.function.php meta.block.php - comment - constant.other.class - entity - meta.catch - meta.function.arguments - meta.use - string - support.class - variable.other",
"completions": [
{
"trigger": "WC_PLUGIN_FILE",
"contents": "WC_PLUGIN_FILE"
},
{
"trigger": "WC_DOING_AJAX",
"contents": "WC_DOING_AJAX"
},
{
"trigger": "WOOCOMMERCE_CART",
"contents": "WOOCOMMERCE_CART"
},
{
"trigger": "WOOCOMMERCE_CHECKOUT",
"contents": "WOOCOMMERCE_CHECKOUT"
},
{
"trigger": "WC_MAX_LINKED_VARIATIONS",
"contents": "WC_MAX_LINKED_VARIATIONS"
},
{
"trigger": "WC_UPDATING",
"contents": "WC_UPDATING"
},
{
"trigger": "WC_INSTALLING",
"contents": "WC_INSTALLING"
},
{
"trigger": "WC_API_REQUEST",
"contents": "WC_API_REQUEST"
},
{
"trigger": "WC_API_REQUEST_VERSION",
"contents": "WC_API_REQUEST_VERSION"
},
{
"trigger": "WC_ABSPATH",
"contents": "WC_ABSPATH"
},
{
"trigger": "WC_PLUGIN_BASENAME",
"contents": "WC_PLUGIN_BASENAME"
},
{
"trigger": "WC_VERSION",
"contents": "WC_VERSION"
},
{
"trigger": "WOOCOMMERCE_VERSION",
"contents": "WOOCOMMERCE_VERSION"
},
{
"trigger": "WC_ROUNDING_PRECISION",
"contents": "WC_ROUNDING_PRECISION"
},
{
"trigger": "WC_DISCOUNT_ROUNDING_MODE",
"contents": "WC_DISCOUNT_ROUNDING_MODE"
},
{
"trigger": "WC_TAX_ROUNDING_MODE",
"contents": "WC_TAX_ROUNDING_MODE"
},
{
"trigger": "WC_DELIMITER",
"contents": "WC_DELIMITER"
},
{
"trigger": "WC_LOG_DIR",
"contents": "WC_LOG_DIR"
},
{
"trigger": "WC_SESSION_CACHE_GROUP",
"contents": "WC_SESSION_CACHE_GROUP"
},
{
"trigger": "WC_TEMPLATE_DEBUG_MODE",
"contents": "WC_TEMPLATE_DEBUG_MODE"
},
{
"trigger": "WC_TEMPLATE_PATH",
"contents": "WC_TEMPLATE_PATH"
},
{
"trigger": "WC_USE_TRANSACTIONS",
"contents": "WC_USE_TRANSACTIONS"
}
]
}