Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
feat: added @meta to generated emmy-lua files
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Sep 7, 2022
1 parent ae74bc9 commit 97a3399
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/lua-dev/parser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ function M.intro(fd)
uv.fs_write(
fd,
[[
---@meta
--# selene: allow(unused_variable)
---@diagnostic disable: unused-local
Expand Down
2 changes: 2 additions & 0 deletions types/vim.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---@meta

---@alias window number
---@alias buffer number
---@alias tabpage number
Expand Down

0 comments on commit 97a3399

Please sign in to comment.