summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorNTBBloodbath <bloodbathalchemist@protonmail.com>2023-08-27 19:15:20 +0200
committerChristian Brabandt <cb@256bit.org>2023-08-27 19:15:20 +0200
commit03e44a1d70e914504e6151fe88ad1e574cbf0a59 (patch)
tree8b7a8de324cee1f6ecb7de86355d4538a85629f2 /runtime/filetype.vim
parente3daa06be1a3ba7ced0735582467d092275e591c (diff)
patch 9.0.1803: runtime(filetype): Add norg language detectionv9.0.1803
runtime(filetype): Add norg markup language detection closes: #12913 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: NTBBloodbath <bloodbathalchemist@protonmail.com>
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 9dc4811053..81764c1b59 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -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