aboutsummaryrefslogtreecommitdiff
path: root/doc/modules/colorizer.tailwind.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/modules/colorizer.tailwind.html')
-rw-r--r--doc/modules/colorizer.tailwind.html143
1 files changed, 143 insertions, 0 deletions
diff --git a/doc/modules/colorizer.tailwind.html b/doc/modules/colorizer.tailwind.html
new file mode 100644
index 0000000..ae4d64b
--- /dev/null
+++ b/doc/modules/colorizer.tailwind.html
@@ -0,0 +1,143 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<head>
+ <title>colorizer Docs</title>
+ <link rel="stylesheet" href="../ldoc.css" type="text/css" />
+</head>
+<body>
+
+<div id="container">
+
+<div id="product">
+ <div id="product_logo"></div>
+ <div id="product_name"><big><b></b></big></div>
+ <div id="product_description"></div>
+</div> <!-- id="product" -->
+
+
+<div id="main">
+
+
+<!-- Menu -->
+
+<div id="navigation">
+<br/>
+<h1>colorizer</h1>
+
+<ul>
+ <li><a href="../index.html">Index</a></li>
+</ul>
+
+<h2>Contents</h2>
+<ul>
+<li><a href="#Functions">Functions</a></li>
+</ul>
+
+
+<h2>Modules</h2>
+<ul class="nowrap">
+ <li><a href="../modules/colorizer.html">colorizer</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.sass.html">sass</a></li>
+ <li><strong>tailwind</strong></li>
+ <li><a href="../modules/colorizer.trie.html">trie</a></li>
+ <li><a href="../modules/utils.html">utils</a></li>
+</ul>
+
+</div>
+
+<div id="content">
+
+<h1>Module <code>colorizer.tailwind</code></h1>
+<p>Helper functions to parse tailwind color variables</p>
+<p>
+
+</p>
+
+
+<h2><a href="#Functions">Functions</a></h2>
+<table class="function_list">
+ <tr>
+ <td class="name" nowrap><a href="#tailwind_cleanup">tailwind_cleanup (buf)</a></td>
+ <td class="summary">Cleanup tailwind variables and autocmd</td>
+ </tr>
+ <tr>
+ <td class="name" nowrap><a href="#tailwind_setup_lsp_colors">tailwind_setup_lsp_colors (buf, options, options_local, add_highlight)</a></td>
+ <td class="summary">highlight buffer using values returned by tailwindcss
+ To see these table information, see |colorizer.buffer_utils|</td>
+ </tr>
+</table>
+
+<br/>
+<br/>
+
+
+ <h2 class="section-header "><a name="Functions"></a>Functions</h2>
+
+ <dl class="function">
+ <dt>
+ <a name = "tailwind_cleanup"></a>
+ <strong>tailwind_cleanup (buf)</strong>
+ </dt>
+ <dd>
+ Cleanup tailwind variables and autocmd
+
+
+ <h3>Parameters:</h3>
+ <ul>
+ <li><span class="parameter">buf</span>
+ number
+ </li>
+ </ul>
+
+
+
+
+
+</dd>
+ <dt>
+ <a name = "tailwind_setup_lsp_colors"></a>
+ <strong>tailwind_setup_lsp_colors (buf, options, options_local, add_highlight)</strong>
+ </dt>
+ <dd>
+ highlight buffer using values returned by tailwindcss
+ To see these table information, see |colorizer.buffer_utils|
+
+
+ <h3>Parameters:</h3>
+ <ul>
+ <li><span class="parameter">buf</span>
+ number
+ </li>
+ <li><span class="parameter">options</span>
+ table
+ </li>
+ <li><span class="parameter">options_local</span>
+ table
+ </li>
+ <li><span class="parameter">add_highlight</span>
+ function
+ </li>
+ </ul>
+
+
+
+
+
+</dd>
+</dl>
+
+
+</div> <!-- id="content" -->
+</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 - September </i>
+</div> <!-- id="about" -->
+</div> <!-- id="container" -->
+</body>
+</html>