From 497cf996eb1cef54f049e1cca3661c063949be09 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Thu, 31 Aug 2023 04:38:01 +0800 Subject: vim-patch:9.0.1803: runtime(filetype): Add norg language detection (#24948) runtime(filetype): Add norg markup language detection closes: vim/vim#12913 https://github.com/vim/vim/commit/03e44a1d70e914504e6151fe88ad1e574cbf0a59 Co-authored-by: NTBBloodbath --- runtime/lua/vim/filetype.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/lua/vim') diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua index 193c9b0199..35a10b6bdc 100644 --- a/runtime/lua/vim/filetype.lua +++ b/runtime/lua/vim/filetype.lua @@ -695,6 +695,7 @@ local extension = { nimble = 'nim', ninja = 'ninja', nix = 'nix', + norg = 'norg', nqc = 'nqc', roff = 'nroff', tmac = 'nroff', -- cgit