Skip to content

Commit

Permalink
fix: ignore TrueTypeFont files (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Jul 21, 2021
1 parent fb34e15 commit 336c77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cspell-lib/src/LanguageIds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export const languageExtensionDefinitions: LanguageExtensionDefinitions = [
// cspell:ignore woff
{
id: 'binary',
extensions: ['.gz', '.exe', '.dll', '.lib', '.obj', '.o', '.tff', '.woff', '.woff2', '.eot', '.ico', '.cur'],
extensions: ['.gz', '.exe', '.dll', '.lib', '.obj', '.o', '.ttf', '.woff', '.woff2', '.eot', '.ico', '.cur'],
},
];

Expand Down

0 comments on commit 336c77f

Please sign in to comment.