Skip to content

Commit

Permalink
Add tex to Lua globals permitted by luacheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Apr 1, 2023
1 parent e8bcaf3 commit 6f25464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .luacheckrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
stds.modules = {
globals = {"modules", "kpse"},
globals = {"modules", "kpse", "tex"},
}

std = "max+modules"
Expand Down

0 comments on commit 6f25464

Please sign in to comment.