summaryrefslogtreecommitdiff
path: root/meta/template/utf8.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-02-19 11:51:31 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-02-19 11:51:31 +0800
commit1a65fe75ed8965bbfc6ed20691ceb9a803b55d7b (patch)
tree139de5a308902f36b8a69ae285eca5bc96799a97 /meta/template/utf8.lua
parent30b024f811b4d36c4eb09dbba846d1feb9751342 (diff)
downloadlua-language-server-1a65fe75ed8965bbfc6ed20691ceb9a803b55d7b.zip
rename lib class name
Diffstat (limited to 'meta/template/utf8.lua')
-rw-r--r--meta/template/utf8.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/template/utf8.lua b/meta/template/utf8.lua
index 52dbe5be..a132da9e 100644
--- a/meta/template/utf8.lua
+++ b/meta/template/utf8.lua
@@ -3,11 +3,13 @@
---@version >5.3
---#DES 'utf8'
----@class utf8*
+---@class utf8lib
---#DES 'utf8.charpattern'
---@field charpattern string
utf8 = {}
+---@alias utf8* utf8lib
+
---#DES 'utf8.char'
---@param code integer
---@vararg integer