aboutsummaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html36
1 files changed, 25 insertions, 11 deletions
diff --git a/doc/index.html b/doc/index.html
index fdeae17..ae0a8d2 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -3,7 +3,7 @@
<html>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<head>
- <title>Reference</title>
+ <title>colorizer Docs</title>
<link rel="stylesheet" href="ldoc.css" type="text/css" />
</head>
<body>
@@ -24,7 +24,7 @@
<div id="navigation">
<br/>
-<h1>ldoc</h1>
+<h1>colorizer</h1>
@@ -32,8 +32,11 @@
<h2>Modules</h2>
<ul class="nowrap">
<li><a href="modules/colorizer.html">colorizer</a></li>
- <li><a href="modules/nvim.html">nvim</a></li>
- <li><a href="modules/trie.html">trie</a></li>
+ <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.trie.html">trie</a></li>
+ <li><a href="modules/utils.html">utils</a></li>
</ul>
</div>
@@ -46,16 +49,27 @@
<table class="module_list">
<tr>
<td class="name" nowrap><a href="modules/colorizer.html">colorizer</a></td>
- <td class="summary">Highlights terminal CSI ANSI color codes.</td>
+ <td class="summary">Requires Neovim >= 0.6.0 and <code>set termguicolors</code></td>
</tr>
<tr>
- <td class="name" nowrap><a href="modules/nvim.html">nvim</a></td>
- <td class="summary">Module of magic functions for nvim</td>
+ <td class="name" nowrap><a href="modules/colorizer.buffer_utils.html">colorizer.buffer_utils</a></td>
+ <td class="summary">Helper functions to highlight buffer smartly</td>
</tr>
<tr>
- <td class="name" nowrap><a href="modules/trie.html">trie</a></td>
- <td class="summary">Trie implementation in luajit
- Copyright © 2019 Ashkan Kiani</td>
+ <td class="name" nowrap><a href="modules/colorizer.color_utils.html">colorizer.color_utils</a></td>
+ <td class="summary">Helper functions to parse different colour formats</td>
+ </tr>
+ <tr>
+ <td class="name" nowrap><a href="modules/colorizer.matcher_utils.html">colorizer.matcher_utils</a></td>
+ <td class="summary">Helper functions for colorizer to enable required parsers</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>
+ <tr>
+ <td class="name" nowrap><a href="modules/utils.html">utils</a></td>
+ <td class="summary">Helper utils</td>
</tr>
</table>
@@ -63,7 +77,7 @@
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
-<i style="float:right;">Last updated 2019-10-18 09:40:19 </i>
+<i style="float:right;">Last updated 2022-09-03 17:24:13 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>