mirror of
https://github.com/neovim/neovim.git
synced 2025-10-13 05:16:09 +00:00
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:
@@ -386,6 +386,7 @@ let s:filename_checks = {
|
||||
\ 'neomuttrc': ['Neomuttrc', '.neomuttrc', '.neomuttrc-file', '/.neomutt/neomuttrc', '/.neomutt/neomuttrc-file', 'Neomuttrc', 'Neomuttrc-file', 'any/.neomutt/neomuttrc', 'any/.neomutt/neomuttrc-file', 'neomuttrc', 'neomuttrc-file'],
|
||||
\ 'netrc': ['.netrc'],
|
||||
\ 'nginx': ['file.nginx', 'nginxfile.conf', 'filenginx.conf', 'any/etc/nginx/file', 'any/usr/local/nginx/conf/file', 'any/nginx/file.conf'],
|
||||
\ 'nim': ['file.nim', 'file.nims', 'file.nimble'],
|
||||
\ 'ninja': ['file.ninja'],
|
||||
\ 'nix': ['file.nix'],
|
||||
\ 'nqc': ['file.nqc'],
|
||||
|
Reference in New Issue
Block a user