vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 246e4e5bb85b1b7e5bdfa0ff0b1c6e98174c9a13
parent 054f4aa21aa6d5922030cde5fa7b983ce5b6e359
Author: Matěj Cepl <mcepl@cepl.eu>
Date:   Sun, 26 Jan 2025 01:39:44 +0100

introduce new `asciidoc` file type

Diffstat:
Mlua/plugins/filetype.lua | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua @@ -27,6 +27,9 @@ vis.ftdetect.filetypes = { applescript = { ext = { "%.applescript$" }, }, + asciidoc = { + ext = { "%.adoc$" }, + }, asm = { ext = { "%.asm$", "%.ASM$", "%.s$", "%.S$" }, },