~martanne/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH vis] introduce new `wiki` file type

Details
Message ID
<20240827230157.84381-1-mcepl@cepl.eu>
DKIM signature
missing
Download raw message
Patch: +3 -0
`mediawiki` is the keyword used by Scintillua (/lexers/mediawiki.lua).
---
 lua/plugins/filetype.lua | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua
index a799cf17..5bd1ff07 100644
--- a/lua/plugins/filetype.lua
+++ b/lua/plugins/filetype.lua
@@ -278,6 +278,9 @@ vis.ftdetect.filetypes = {
		ext = { "%.md$", "%.markdown$" },
		mime = { "text/x-markdown" },
	},
	mediawiki = {
		ext = { "%.wiki$" },
	},
	meson = {
		ext = { "^meson%.build$" },
	},
-- 
2.46.0

[vis/patches] build success

builds.sr.ht <builds@sr.ht>
Details
Message ID
<D3R2I8EQ1M4O.S98H07LPGECA@fra01>
In-Reply-To
<20240827230157.84381-1-mcepl@cepl.eu> (view parent)
DKIM signature
missing
Download raw message
vis/patches: SUCCESS in 1m23s

[introduce new `wiki` file type][0] from [Matěj Cepl][1]

[0]: https://lists.sr.ht/~martanne/devel/patches/54762
[1]: mcepl@cepl.eu

✓ #1313208 SUCCESS vis/patches/freebsd.yml https://builds.sr.ht/~martanne/job/1313208
✓ #1313207 SUCCESS vis/patches/debian.yml  https://builds.sr.ht/~martanne/job/1313207
✓ #1313206 SUCCESS vis/patches/alpine.yml  https://builds.sr.ht/~martanne/job/1313206
✓ #1313209 SUCCESS vis/patches/openbsd.yml https://builds.sr.ht/~martanne/job/1313209
Details
Message ID
<3LUJW7WSJTVFM.36BASZ4LLNRPW@rnpnr.xyz>
In-Reply-To
<20240827230157.84381-1-mcepl@cepl.eu> (view parent)
DKIM signature
permerror
Download raw message
Matěj Cepl <mcepl@cepl.eu> wrote:
> `mediawiki` is the keyword used by Scintillua (/lexers/mediawiki.lua).
> ---
>  lua/plugins/filetype.lua | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua
> index a799cf17..5bd1ff07 100644
> --- a/lua/plugins/filetype.lua
> +++ b/lua/plugins/filetype.lua
> @@ -278,6 +278,9 @@ vis.ftdetect.filetypes = {
>  		ext = { "%.md$", "%.markdown$" },
>  		mime = { "text/x-markdown" },
>  	},
> +	mediawiki = {
> +		ext = { "%.wiki$" },
> +	},
>  	meson = {
>  		ext = { "^meson%.build$" },
>  	},

Applied, Thanks!

-- 
https://rnpnr.xyz/
GPG Fingerprint: B8F0 CF4C B6E9 415C 1B27 A8C4 C8D2 F782 86DF 2DC5
Reply to thread Export thread (mbox)