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:
committed by
Christian Brabandt
parent
e3daa06be1
commit
03e44a1d70
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user