diff options
| author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-12-03 07:09:14 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-12-08 10:17:22 +0100 |
| commit | 468f9ee1b027a7ce98b1a249fa1af5888feeb989 (patch) | |
| tree | c1486b85065cef5e1be0381c5558146e105ffc62 /lua/plugins/filetype.lua | |
| parent | 6b0da60dc63db7839f14fd78c48055bc706645d6 (diff) | |
| download | vis-468f9ee1b027a7ce98b1a249fa1af5888feeb989.tar.gz vis-468f9ee1b027a7ce98b1a249fa1af5888feeb989.tar.xz | |
Add gemini lexer
Diffstat (limited to 'lua/plugins/filetype.lua')
| -rw-r--r-- | lua/plugins/filetype.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua index 712744a..4639bbc 100644 --- a/lua/plugins/filetype.lua +++ b/lua/plugins/filetype.lua @@ -149,6 +149,10 @@ vis.ftdetect.filetypes = { gap = { ext = { "%.g$", "%.gd$", "%.gi$", "%.gap$" }, }, + gemini = { + ext = { "%.gmi" }, + mime = { "text/gemini" }, + }, gettext = { ext = { "%.po$", "%.pot$" }, }, |
