aboutsummaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
authorakianonymus <anonymus.aki@gmail.com>2023-02-27 14:30:10 +0530
committerakianonymus <anonymus.aki@gmail.com>2023-02-27 16:01:48 +0530
commitdde3084106a70b9a79d48f426f6d6fec6fd203f7 (patch)
treef1b06f0921e9eaf98bcc94f4d86d9f4d7226cb54 /doc/index.html
parentfix: virtualtext on nonfocused window update | #41 (diff)
Separate parsers into individual files
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html27
1 files changed, 26 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html
index 7735382..3070ca2 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -35,6 +35,11 @@
<li><a href="modules/colorizer.buffer.html">buffer</a></li>
<li><a href="modules/colorizer.color.html">color</a></li>
<li><a href="modules/colorizer.matcher.html">matcher</a></li>
+ <li><a href="modules/colorizer.parser.argb_hex.html">parser.argb_hex</a></li>
+ <li><a href="modules/colorizer.parser.hsl.html">parser.hsl</a></li>
+ <li><a href="modules/colorizer.parser.names.html">parser.names</a></li>
+ <li><a href="modules/colorizer.parser.rgb.html">parser.rgb</a></li>
+ <li><a href="modules/colorizer.parser.rgba_hex.html">parser.rgba_hex</a></li>
<li><a href="modules/colorizer.sass.html">sass</a></li>
<li><a href="modules/colorizer.tailwind.html">tailwind</a></li>
<li><a href="modules/colorizer.trie.html">trie</a></li>
@@ -59,13 +64,33 @@
</tr>
<tr>
<td class="name" nowrap><a href="modules/colorizer.color.html">colorizer.color</a></td>
- <td class="summary">Helper functions to parse different colour formats</td>
+ <td class="summary">Helper color functions</td>
</tr>
<tr>
<td class="name" nowrap><a href="modules/colorizer.matcher.html">colorizer.matcher</a></td>
<td class="summary">Helper functions for colorizer to enable required parsers</td>
</tr>
<tr>
+ <td class="name" nowrap><a href="modules/colorizer.parser.argb_hex.html">colorizer.parser.argb_hex</a></td>
+ <td class="summary">Helper function to parse argb</td>
+ </tr>
+ <tr>
+ <td class="name" nowrap><a href="modules/colorizer.parser.hsl.html">colorizer.parser.hsl</a></td>
+ <td class="summary">Helper function to parse argb</td>
+ </tr>
+ <tr>
+ <td class="name" nowrap><a href="modules/colorizer.parser.names.html">colorizer.parser.names</a></td>
+ <td class="summary">Helper function to parse argb</td>
+ </tr>
+ <tr>
+ <td class="name" nowrap><a href="modules/colorizer.parser.rgb.html">colorizer.parser.rgb</a></td>
+ <td class="summary">Helper function to parse argb</td>
+ </tr>
+ <tr>
+ <td class="name" nowrap><a href="modules/colorizer.parser.rgba_hex.html">colorizer.parser.rgba_hex</a></td>
+ <td class="summary">Helper function to parse argb</td>
+ </tr>
+ <tr>
<td class="name" nowrap><a href="modules/colorizer.sass.html">colorizer.sass</a></td>
<td class="summary">Helper functions to parse sass color variables</td>
</tr>