From cf4f33f5ea34f9c4e9975299b094f1a2b8b34aa0 Mon Sep 17 00:00:00 2001 From: Akianonymus Date: Thu, 15 Sep 2022 10:00:00 +0530 Subject: Better structure and naming | Misc improvements --- doc/modules/colorizer.matcher.html | 147 +++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 doc/modules/colorizer.matcher.html (limited to 'doc/modules/colorizer.matcher.html') diff --git a/doc/modules/colorizer.matcher.html b/doc/modules/colorizer.matcher.html new file mode 100644 index 0000000..9b2b67e --- /dev/null +++ b/doc/modules/colorizer.matcher.html @@ -0,0 +1,147 @@ + + + + + colorizer Docs + + + + +
+ +
+ +
+
+
+ + +
+ + + + + + +
+ +

Module colorizer.matcher

+

Helper functions for colorizer to enable required parsers

+

+ +

+ + +

Functions

+ + + + + + + + + +
compile (matchers, matchers_trie)Form a trie stuct with the given prefixes
make (options)Parse the given options and return a function with enabled parsers.
+ +
+
+ + +

Functions

+ +
+
+ + compile (matchers, matchers_trie) +
+
+ Form a trie stuct with the given prefixes + + +

Parameters:

+
    +
  • matchers + table: List of prefixes, {"rgb", "hsl"} +
  • +
  • matchers_trie + table: Table containing information regarding non-trie based parsers +
  • +
+ +

Returns:

+
    + + function: function which will just parse the line for enabled parsers +
+ + + + +
+
+ + make (options) +
+
+ Parse the given options and return a function with enabled parsers. +if no parsers enabled then return false +Do not try make the function again if it is present in the cache + + +

Parameters:

+ + +

Returns:

+
    + + function|boolean: function which will just parse the line for enabled parsers +
+ + + + +
+
+ + +
+
+
+generated by LDoc 1.4.6 +Last updated - September +
+
+ + -- cgit v1.2.3-70-g09d2