We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f1fac commit b52b352Copy full SHA for b52b352
1 file changed
scripts/generate-ecodes.lua
@@ -262,6 +262,7 @@ local function write_ecodes_enums(path)
262
for prefix, ecodes in spairs(ecodes_by_prefix) do
263
if prefixes[prefix] then
264
text[#text + 1] = ""
265
+ text[#text + 1] = "-- stylua: ignore"
266
text[#text + 1] = fmt("---@enum evdev.ecodes.%s", prefix:lower())
267
text[#text + 1] = fmt("local %s = %s", prefix, stringify(ecodes))
268
end
0 commit comments