Skip to content

Commit

Permalink
vis: introduce new usfm file type
Browse files Browse the repository at this point in the history
  • Loading branch information
mcepl authored and Felix Van der Jeugt committed Oct 26, 2024
1 parent fc00f11 commit 8fa44ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/plugins/filetype.lua
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,9 @@ vis.ftdetect.filetypes = {
vala = {
ext = { "%.vala$" }
},
usfm = {
ext = { "%.usfm$" }
},
vb = {
ext = {
"%.asa$", "%.bas$", "%.ctl$", "%.dob$",
Expand Down

0 comments on commit 8fa44ce

Please sign in to comment.