write stubs
This commit is contained in:
20
lsp/symbol.lua
Normal file
20
lsp/symbol.lua
Normal 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
|
||||
Reference in New Issue
Block a user