[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.
Applied!
Cheers,
Felix
---
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: