From 826124acef4973608dc52960407d6a92022b9b96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Sun, 26 Jan 2025 01:39:44 +0100 Subject: introduce new `asciidoc` file type --- lua/plugins/filetype.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua') diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua index 5b3c2b8..e157267 100644 --- 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$" }, }, -- cgit v1.2.3