aboutsummaryrefslogtreecommitdiff
path: root/doc/modules/colorizer.buffer_utils.html
diff options
context:
space:
mode:
authorAkianonymus <anonymus.aki@gmail.com>2022-09-08 13:37:41 +0530
committerAkianonymus <anonymus.aki@gmail.com>2022-09-08 15:37:05 +0530
commit7d3e62087fbbad2dc10d59359f19a42180a19391 (patch)
tree8c03381d06b75b4692fbe6e2d8c1cebc91196797 /doc/modules/colorizer.buffer_utils.html
parenttailwind: Use true for normal mode (diff)
docs: Use name in Last Updated | Cleanup | Improve insert mode perf
Fix highlight not refreshing for last line when tailwind mode is activated
Diffstat (limited to 'doc/modules/colorizer.buffer_utils.html')
-rw-r--r--doc/modules/colorizer.buffer_utils.html16
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/modules/colorizer.buffer_utils.html b/doc/modules/colorizer.buffer_utils.html
index a25f6ef..315794d 100644
--- a/doc/modules/colorizer.buffer_utils.html
+++ b/doc/modules/colorizer.buffer_utils.html
@@ -62,11 +62,11 @@
<h2><a href="#Functions">Functions</a></h2>
<table class="function_list">
<tr>
- <td class="name" nowrap><a href="#highlight_buffer">highlight_buffer (buf, ns, lines, line_start, options, options_local)</a></td>
+ <td class="name" nowrap><a href="#highlight_buffer">highlight_buffer (buf, ns, lines, line_start, line_end, options, options_local)</a></td>
<td class="summary">Highlight the buffer region.</td>
</tr>
<tr>
- <td class="name" nowrap><a href="#rehighlight_buffer">rehighlight_buffer (buf, options, options_local)</a></td>
+ <td class="name" nowrap><a href="#rehighlight_buffer">rehighlight_buffer (buf, options, options_local, use_local_lines)</a></td>
<td class="summary">Rehighlight the buffer if colorizer is active</td>
</tr>
</table>
@@ -94,7 +94,7 @@
<dl class="function">
<dt>
<a name = "highlight_buffer"></a>
- <strong>highlight_buffer (buf, ns, lines, line_start, options, options_local)</strong>
+ <strong>highlight_buffer (buf, ns, lines, line_start, line_end, options, options_local)</strong>
</dt>
<dd>
Highlight the buffer region.
@@ -116,6 +116,9 @@
<li><span class="parameter">line_start</span>
number: line_start should be 0-indexed
</li>
+ <li><span class="parameter">line_end</span>
+ number: Last line to highlight
+ </li>
<li><span class="parameter">options</span>
table: Configuration options as described in <code>setup</code>
</li>
@@ -136,7 +139,7 @@
</dd>
<dt>
<a name = "rehighlight_buffer"></a>
- <strong>rehighlight_buffer (buf, options, options_local)</strong>
+ <strong>rehighlight_buffer (buf, options, options_local, use_local_lines)</strong>
</dt>
<dd>
Rehighlight the buffer if colorizer is active
@@ -153,6 +156,9 @@
<li><span class="parameter">options_local</span>
table|nil: Buffer local variables
</li>
+ <li><span class="parameter">use_local_lines</span>
+ boolean|nil Whether to use lines num range from options_local
+ </li>
</ul>
<h3>Returns:</h3>
@@ -231,7 +237,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 2022-09-07 11:26:36 </i>
+<i style="float:right;">Last updated - September </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>