write stubs

This commit is contained in:
2025-12-28 20:52:31 -05:00
parent 1c229f1b3e
commit 99c41a0d60
5 changed files with 1037 additions and 0 deletions

20
lsp/symbol.lua Normal file
View File

@@ -0,0 +1,20 @@
---@meta
---@class FesSymbol
local M = {}
--@type string
--@readonly
M.copyright = "©"
--@type string
--@readonly
M.registered_trademark = "®"
--@type string
--@readonly
M.trademark = "™"
return M