Skip to content

Commit 7370b52

Browse files
committed
fix: Update SILE builtin with more allowed variables
1 parent 031db72 commit 7370b52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/luacheck/builtin_standards/init.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,8 @@ builtin_standards.ldoc = {
336336

337337
builtin_standards.sile = {
338338
globals = {
339-
"SILE", "SU", "luautf8", "pl", "fluent", "CASILE"
339+
package = { fields = { "searchpath" } },
340+
"SILE", "SU", "luautf8", "pl", "fluent", "executablePath", "extendSilePath", "CASILE"
340341
}
341342
}
342343

0 commit comments

Comments
 (0)