aboutsummaryrefslogtreecommitdiff
path: root/doc/modules/colorizer.utils.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/modules/colorizer.utils.html')
-rw-r--r--doc/modules/colorizer.utils.html87
1 files changed, 0 insertions, 87 deletions
diff --git a/doc/modules/colorizer.utils.html b/doc/modules/colorizer.utils.html
deleted file mode 100644
index 9bca259..0000000
--- a/doc/modules/colorizer.utils.html
+++ /dev/null
@@ -1,87 +0,0 @@
-==============================================================================
-UTILS *colorizer.utils*
-
-Helper utils
-
-
-==============================================================================
-LUA API *colorizer.utils*
-
-Available Functions:
-
- |colorizer.utils.byte_is_alphanumeric| - Obvious
-
- |colorizer.utils.byte_is_hex| - Obvious
-
- |colorizer.utils.merge| - Merge two tables
- TODO Remove this and use vim.tbl_deep_extend
-
- |colorizer.utils.parse_hex| - Obvious
-
- |colorizer.utils.percent_or_hex| - Obvious
-
-
-
-byte_is_alphanumeric({byte}) |colorizer.utils.byte_is_alphanumeric|
- Obvious
-
-
- Parameters:
- {byte} - number
-
- Returns:
- boolean
-
-
-
-byte_is_hex({byte}) |colorizer.utils.byte_is_hex|
- Obvious
-
-
- Parameters:
- {byte} - number
-
- Returns:
- boolean
-
-
-
-merge({...}) |colorizer.utils.merge|
- Merge two tables
- TODO Remove this and use vim.tbl_deep_extend
-
-
- Parameters:
- {...} -
-
- Returns:
- table
-
-
-
-parse_hex({byte}) |colorizer.utils.parse_hex|
- Obvious
-
-
- Parameters:
- {byte} - number
-
- Returns:
- number
-
-
-
-percent_or_hex({v}) |colorizer.utils.percent_or_hex|
- Obvious
-
-
- Parameters:
- {v} - string
-
- Returns:
- number|nil
-
-
-
-
- vim:tw=78:ts=8:noet:ft=help:norl: