vim-patch:9.0.0566: Nim files are not recognized (#20317)

Problem:    Nim files are not recognized.
Solution:   Add patterns for Nim files. (Nbiba Bedis, closes vim/vim#11205)
9fd1583c83
This commit is contained in:
Christian Clason
2022-09-24 12:59:37 +02:00
committed by GitHub
parent caf5738fa9
commit f8b656c582
3 changed files with 7 additions and 0 deletions

View File

@@ -704,6 +704,9 @@ local extension = {
nanorc = 'nanorc',
ncf = 'ncf',
nginx = 'nginx',
nim = 'nim',
nims = 'nim',
nimble = 'nim',
ninja = 'ninja',
nix = 'nix',
nqc = 'nqc',