~martanne/devel

vis: vis: introduce new `usfm` file type v1 APPLIED

Matěj Cepl: 1
 vis: introduce new `usfm` file type

 1 files changed, 3 insertions(+), 0 deletions(-)
#1345388 alpine.yml success
#1345389 debian.yml success
#1345390 freebsd.yml success
#1345391 openbsd.yml success
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~martanne/devel/patches/55359/mbox | git am -3
Learn more about email & git

[PATCH vis] vis: introduce new `usfm` file type Export this patch

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: 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]: mailto: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
Matěj Cepl <mcepl@cepl.eu> wrote: