-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
.luaurc
51 lines (51 loc) · 1.04 KB
/
.luaurc
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
{
"languageMode": "nonstrict",
"lint": { "*": true},
"lintErrors": true,
"globals": [
"arg",
"bit",
"Buffer",
"BOOTSTRAP",
"BOOTSTRAP_DIRS",
"BOOTSTRAP_LIST",
"canvas",
"event",
"io",
"jit",
"jsRequire",
"load",
"loadfile",
"love",
"mock_separator",
"native_dict_secret",
"native_dict_game",
"native_dict_http",
"native_dict_json",
"native_dict_poly",
"native_dict_xml",
"native_draw_clear",
"native_draw_color",
"native_draw_flush",
"native_draw_font",
"native_draw_image",
"native_draw_line",
"native_draw_rect",
"native_draw_start",
"native_draw_text_tui",
"native_draw_text",
"native_media_load",
"native_media_pause",
"native_media_play",
"native_media_position",
"native_media_resize",
"native_text_font_default",
"native_text_font_name",
"native_text_font_previous",
"native_text_font_size",
"native_text_mensure",
"native_text_print",
"native_get_system_lang",
"package"
]
}