Skip to content

Commit

Permalink
fix: Update SILE builtin with more allowed variables
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Dec 8, 2023
1 parent 031db72 commit 7370b52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/luacheck/builtin_standards/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,8 @@ builtin_standards.ldoc = {

builtin_standards.sile = {
globals = {
"SILE", "SU", "luautf8", "pl", "fluent", "CASILE"
package = { fields = { "searchpath" } },
"SILE", "SU", "luautf8", "pl", "fluent", "executablePath", "extendSilePath", "CASILE"
}
}

Expand Down

0 comments on commit 7370b52

Please sign in to comment.