1
0
forked from aniani/vim

patch 9.0.1803: runtime(filetype): Add norg language detection

runtime(filetype): Add norg markup language detection

closes: #12913

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: NTBBloodbath <bloodbathalchemist@protonmail.com>
This commit is contained in:
NTBBloodbath
2023-08-27 19:15:20 +02:00
committed by Christian Brabandt
parent e3daa06be1
commit 03e44a1d70
3 changed files with 6 additions and 0 deletions

View File

@@ -1407,6 +1407,9 @@ au BufNewFile,BufRead *.ninja setf ninja
" Nix
au BufRead,BufNewFile *.nix setf nix
" Norg
au BufNewFile,BufRead *.norg setf norg
" NPM RC file
au BufNewFile,BufRead npmrc,.npmrc setf dosini