mirror of
https://github.com/neovim/neovim.git
synced 2026-06-19 02:01:17 +00:00
fix(filetype): fix typo (#37286)
Follow-up to #37278. Not sure how I missed the typo. I even remember checking the PR twice...
This commit is contained in:
@@ -849,7 +849,7 @@ local extension = {
|
||||
NSS = 'natural',
|
||||
ncf = 'ncf',
|
||||
nginx = 'nginx',
|
||||
ncl = 'nickle',
|
||||
ncl = 'nickel',
|
||||
nim = 'nim',
|
||||
nims = 'nim',
|
||||
nimble = 'nim',
|
||||
|
||||
Reference in New Issue
Block a user