diff options
| author | Matěj Cepl <mcepl@cepl.eu> | 2025-01-26 01:39:44 +0100 |
|---|---|---|
| committer | Randy Palamar <randy@rnpnr.xyz> | 2025-02-22 09:00:32 -0700 |
| commit | 826124acef4973608dc52960407d6a92022b9b96 (patch) | |
| tree | 5e801c8e2697e69e004b2e16091ecb2966418e5f | |
| parent | 4970df09cea1e427b36469cc66340906cb5a0cb1 (diff) | |
| download | vis-826124acef4973608dc52960407d6a92022b9b96.tar.gz vis-826124acef4973608dc52960407d6a92022b9b96.tar.xz | |
introduce new `asciidoc` file type
| -rw-r--r-- | lua/plugins/filetype.lua | 3 |
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$" }, }, |
