~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] vis: introduce new `usfm` file type

Details
Message ID
<20241006210139.951576-1-mcepl@cepl.eu>
DKIM signature
missing
Download raw message
Patch: +3 -0
USFM (Unified Standard Format Markers) is a plain text-based
format widely used for translating Bibles. I plan to develop
lexer for it, and possibly even some editing tools.
---
 lua/plugins/filetype.lua | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua
index 5bd1ff07..fe0fd3aa 100644
--- a/lua/plugins/filetype.lua
+++ b/lua/plugins/filetype.lua
@@ -465,6 +465,9 @@ vis.ftdetect.filetypes = {
	vala = {
		ext = { "%.vala$" }
	},
	usfm = {
		ext = { "%.usfm$" }
	},
	vb = {
		ext = {
			"%.asa$", "%.bas$", "%.ctl$", "%.dob$",
-- 
2.46.1

[vis/patches] build success

builds.sr.ht <builds@sr.ht>
Details
Message ID
<D4P0ZU36RJYD.2Q0YPBRFHSSHR@fra01>
In-Reply-To
<20241006210139.951576-1-mcepl@cepl.eu> (view parent)
DKIM signature
missing
Download raw message
vis/patches: SUCCESS in 1m24s

[vis: introduce new `usfm` file type][0] from [Matěj Cepl][1]

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

✓ #1345388 SUCCESS vis/patches/alpine.yml  https://builds.sr.ht/~martanne/job/1345388
✓ #1345390 SUCCESS vis/patches/freebsd.yml https://builds.sr.ht/~martanne/job/1345390
✓ #1345391 SUCCESS vis/patches/openbsd.yml https://builds.sr.ht/~martanne/job/1345391
✓ #1345389 SUCCESS vis/patches/debian.yml  https://builds.sr.ht/~martanne/job/1345389
Felix Van der Jeugt <felixvdj+martanne@posteo.be>
Details
Message ID
<3CTVTVNZE9WRD.3W4IEDNZS1LAV@mantle>
In-Reply-To
<20241006210139.951576-1-mcepl@cepl.eu> (view parent)
DKIM signature
pass
Download raw message
Matěj Cepl <mcepl@cepl.eu> wrote:
> USFM (Unified Standard Format Markers) is a plain text-based
> format widely used for translating Bibles. I plan to develop
> lexer for it, and possibly even some editing tools.

Applied!

Cheers,
Felix
Reply to thread Export thread (mbox)