Skip to content

Commit

Permalink
chore: Add lint configuration that understands SILE globals
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Oct 22, 2024
1 parent ddea3b9 commit 6206afa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ files["plugin/*.lua"] = {
"vim",
}
}
files["sile/*.lua"] = {
std = "+sile",
}
max_line_length = false

0 comments on commit 6206afa

Please sign in to comment.