Skip to content

Commit

Permalink
feat: also add .node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jan 16, 2024
1 parent 6692271 commit e761be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ const EXTRA_SH_LANGUAGES: SupportLanguage[] = [
name: 'nvmrc',
since: '0.14.0',
parsers: ['sh'],
extensions: ['.nvmrc'],
filenames: ['.nvmrc'],
extensions: ['.node-version', '.nvmrc'],
filenames: ['.node-version', '.nvmrc'],
vscodeLanguageIds: ['ignore'],
},
]
Expand Down

0 comments on commit e761be3

Please sign in to comment.