mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
vim-patch:9.0.1803: runtime(filetype): Add norg language detection (#24948)
runtime(filetype): Add norg markup language detection
closes: vim/vim#12913
03e44a1d70
Co-authored-by: NTBBloodbath <bloodbathalchemist@protonmail.com>
This commit is contained in:
@@ -695,6 +695,7 @@ local extension = {
|
||||
nimble = 'nim',
|
||||
ninja = 'ninja',
|
||||
nix = 'nix',
|
||||
norg = 'norg',
|
||||
nqc = 'nqc',
|
||||
roff = 'nroff',
|
||||
tmac = 'nroff',
|
||||
|
||||
Reference in New Issue
Block a user