summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_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 /src/testdir/test_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 'src/testdir/test_filetype.vim')
-rw-r--r--src/testdir/test_filetype.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_filetype.vim b/src/testdir/test_filetype.vim
index 4fdbac5dcc..0bd6453be7 100644
--- a/src/testdir/test_filetype.vim
+++ b/src/testdir/test_filetype.vim
@@ -482,6 +482,7 @@ def s:GetFilenameChecks(): dict<list<string>>
nim: ['file.nim', 'file.nims', 'file.nimble'],
ninja: ['file.ninja'],
nix: ['file.nix'],
+ norg: ['file.norg'],
nqc: ['file.nqc'],
nroff: ['file.tr', 'file.nr', 'file.roff', 'file.tmac', 'file.mom', 'tmac.file'],
nsis: ['file.nsi', 'file.nsh'],