Automated deployment: Sat Jun 26 09:28:06 UTC 2021 ea9c33539a

gh-pages
sayanarijit 3 years ago
parent ad6a0dcc60
commit 75186085ab

@ -236,7 +236,7 @@ xplr.config.node_types.special["Downloads"] = { meta = { icon = "
metadata is set for the <a href="#directory">directory</a>, <a href="#file">file</a>, and
<a href="#symlink">symlink</a> nodes.</p>
<p>Example:</p>
<pre><code>xplr.config.node_types.file = {
<pre><code class="language-lua">xplr.config.node_types.file = {
meta = {
icon = &quot;f&quot;,
foo = &quot;bar&quot;,

@ -1050,7 +1050,7 @@ xplr.config.node_types.special[&quot;Downloads&quot;] = { meta = { icon = &quot;
metadata is set for the <a href="node_types.html#directory">directory</a>, <a href="node_types.html#file">file</a>, and
<a href="node_types.html#symlink">symlink</a> nodes.</p>
<p>Example:</p>
<pre><code>xplr.config.node_types.file = {
<pre><code class="language-lua">xplr.config.node_types.file = {
meta = {
icon = &quot;f&quot;,
foo = &quot;bar&quot;,

Loading…
Cancel
Save