Skip to content

Commit

Permalink
docs: auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sontungexpt committed Sep 22, 2023
1 parent ca494d4 commit e989a9f
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h2>Topics</h2>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2023-09-22 07:44:50 </i>
<i style="float:right;">Last updated 2023-09-22 09:34:57 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/url-open.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2023-09-22 07:44:50 </i>
<i style="float:right;">Last updated 2023-09-22 09:34:57 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/url-open.modules.autocmd.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h3>See also:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2023-09-22 07:44:50 </i>
<i style="float:right;">Last updated 2023-09-22 09:34:57 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/url-open.modules.commands.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h3>Usage:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2023-09-22 07:44:50 </i>
<i style="float:right;">Last updated 2023-09-22 09:34:57 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/url-open.modules.handlers.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ <h3>See also:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2023-09-22 07:44:50 </i>
<i style="float:right;">Last updated 2023-09-22 09:34:57 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/url-open.modules.logger.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ <h3>Parameters:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2023-09-22 07:44:50 </i>
<i style="float:right;">Last updated 2023-09-22 09:34:57 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/url-open.modules.options.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h3>Fields:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2023-09-22 07:44:50 </i>
<i style="float:right;">Last updated 2023-09-22 09:34:57 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/url-open.modules.patterns.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h2 class="section-header "><a name="Fields"></a>Fields</h2>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2023-09-22 07:44:50 </i>
<i style="float:right;">Last updated 2023-09-22 09:34:57 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->

Expand Down
18 changes: 9 additions & 9 deletions docs/topics/README.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,18 +175,18 @@ <h2>Configuration</h2>
highlight_url = {
all_urls = {
enabled = <span class="keyword">false</span>,
fg = <span class="string">"#19d5ff"</span>, <span class="comment">-- nil will use default color
</span> bg = <span class="keyword">nil</span>, <span class="comment">-- transparent
fg = <span class="string">"#21d5ff"</span>, <span class="comment">-- "text" or "#rrggbb"
</span> <span class="comment">-- fg = "text", -- text will set underline same color with text
</span> bg = <span class="keyword">nil</span>, <span class="comment">-- nil or "#rrggbb"
</span> underline = <span class="keyword">true</span>,
<span class="comment">-- more_customize via vim.api.nvim_set_hl
</span> },
},
cursor_move = {
enabled = <span class="keyword">true</span>,
fg = <span class="string">"#199eff"</span>, <span class="comment">-- nil will use default color
</span> bg = <span class="keyword">nil</span>, <span class="comment">-- transparent
fg = <span class="string">"#199eff"</span>, <span class="comment">-- "text" or "#rrggbb"
</span> <span class="comment">-- fg = "text", -- text will set underline same color with text
</span> bg = <span class="keyword">nil</span>, <span class="comment">-- nil or "#rrggbb"
</span> underline = <span class="keyword">true</span>,
<span class="comment">-- more_customize via vim.api.nvim_set_hl
</span> },
},
},
deep_pattern = <span class="keyword">false</span>,
extra_patterns = {
Expand Down Expand Up @@ -248,7 +248,7 @@ <h2>License</h2>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2023-09-22 07:44:50 </i>
<i style="float:right;">Last updated 2023-09-22 09:34:57 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->

Expand Down
4 changes: 2 additions & 2 deletions lua/url-open/modules/patterns.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ M.DEEP_PATTERN =
--
-- Format: key: pattern, value: {prefix, suffix} or string prefix.
--
-- Http(s): ["(https?://[%w-_%.%?%.:/%+=&]+%f[^%w])"]
-- Http(s): ["(https?://[%w-_%.]+%.%w[%w-_%.%%%?%.:/+=&%%[%]#<>]*)"]
--
-- Npm Package: ['["]([^%s]*)["]:']
-- Npm Package: ['["]([^%s]*)["]:%s*"[^"]*%d[%d%.]*"']
--
-- Git Plugin: ["[\"']([^%s~/]*/[^%s~/]*)[\"']"]
--
Expand Down

0 comments on commit e989a9f

Please sign in to comment.