aboutsummaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
authorAkianonymus <anonymus.aki@gmail.com>2022-09-14 21:05:37 +0530
committerAkianonymus <anonymus.aki@gmail.com>2022-09-14 21:16:35 +0530
commit51ed2f8a3ac33f6ec8979d0a8d05baf56d771305 (patch)
tree000f77a4935543b46ef5d5281b5387b32f1b9d22 /doc/index.html
parentbuffer_utils: Perf improvements (diff)
Seperate tailwind stuff | Fix for neovim 0.7
Seperate the lines parsing logic in buffer_utils, upcoming multi threading parsing and processing Update docs
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html
index 2b3efa5..5e9f21d 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -36,6 +36,7 @@
<li><a href="modules/colorizer.color_utils.html">color_utils</a></li>
<li><a href="modules/colorizer.matcher_utils.html">matcher_utils</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>
<li><a href="modules/utils.html">utils</a></li>
</ul>
@@ -69,6 +70,10 @@
<td class="summary">Helper functions to parse sass color variables</td>
</tr>
<tr>
+ <td class="name" nowrap><a href="modules/colorizer.tailwind.html">colorizer.tailwind</a></td>
+ <td class="summary">Helper functions to parse tailwind color variables</td>
+ </tr>
+ <tr>
<td class="name" nowrap><a href="modules/colorizer.trie.html">colorizer.trie</a></td>
<td class="summary">Trie implementation in luajit.</td>
</tr>