From 9dd7ecde55b06b5114e1fa67c522433e7e59db8b Mon Sep 17 00:00:00 2001 From: Akianonymus Date: Wed, 28 Sep 2022 11:30:26 +0530 Subject: Generate missing docs for utils.lua --- lua/colorizer/utils.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/colorizer/utils.lua b/lua/colorizer/utils.lua index 22fa6eb..282e405 100644 --- a/lua/colorizer/utils.lua +++ b/lua/colorizer/utils.lua @@ -1,5 +1,5 @@ ---Helper utils ---@module utils +--@module colorizer.utils local bit, ffi = require "bit", require "ffi" local band, bor, rshift, lshift = bit.band, bit.bor, bit.rshift, bit.lshift @@ -64,7 +64,7 @@ function utils.byte_is_hex(byte) return band(BYTE_CATEGORY[byte], CATEGORY_HEX) ~= 0 end ----Obvious. +---Valid colorchars are alphanumeric and - ( tailwind colors ) ---@param byte number ---@return boolean function utils.byte_is_valid_colorchar(byte) -- cgit v1.2.3-70-g09d2