Skip to content

Commit dcc1d54

Browse files
authored
Merge pull request #33 from b0mbie/bugfix/include-functions-as-dofile
Use `dofile` to represent include functions
2 parents c338b2f + 51d375f commit dcc1d54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"settings": {
1010
"Lua.runtime.version": "Lua 5.1",
1111
"Lua.runtime.special": {
12-
"include": "require",
13-
"IncludeCS": "require"
12+
"include": "dofile",
13+
"IncludeCS": "dofile"
1414
},
1515
"Lua.runtime.nonstandardSymbol": [
1616
"!",

0 commit comments

Comments
 (0)