aboutsummaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
authorAkianonymus <anonymus.aki@gmail.com>2022-09-13 21:32:45 +0530
committerAki <anonymus.aki@gmail.com>2022-09-14 11:47:08 +0530
commit87ea253ae36fb195b7e723a266dbb1f28e0b87bc (patch)
tree3688c40c2ae8edacdc442bef7744cbcb25dd5780 /doc/index.html
parentbuffer_utils: A very vague commit message (diff)
Seperate sass code
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 6042cb2..2b3efa5 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -35,6 +35,7 @@
<li><a href="modules/colorizer.buffer_utils.html">buffer_utils</a></li>
<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.trie.html">trie</a></li>
<li><a href="modules/utils.html">utils</a></li>
</ul>
@@ -64,6 +65,10 @@
<td class="summary">Helper functions for colorizer to enable required parsers</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>
+ <tr>
<td class="name" nowrap><a href="modules/colorizer.trie.html">colorizer.trie</a></td>
<td class="summary">Trie implementation in luajit.</td>
</tr>