aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2025-01-26 01:39:44 +0100
committerRandy Palamar <randy@rnpnr.xyz>2025-02-22 09:00:32 -0700
commit826124acef4973608dc52960407d6a92022b9b96 (patch)
tree5e801c8e2697e69e004b2e16091ecb2966418e5f /lua/plugins
parent4970df09cea1e427b36469cc66340906cb5a0cb1 (diff)
downloadvis-826124acef4973608dc52960407d6a92022b9b96.tar.gz
vis-826124acef4973608dc52960407d6a92022b9b96.tar.xz
introduce new `asciidoc` file type
Diffstat (limited to 'lua/plugins')
-rw-r--r--lua/plugins/filetype.lua3
1 files changed, 3 insertions, 0 deletions
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$" },
},