============================================================================== 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: