Skip to content

Commit

Permalink
Don't rewrite these
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Oct 13, 2022
1 parent 852b152 commit 63666a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const LANGUAGES = new Map([
['HTML', 'html', undefined],
['INI', 'ini', undefined],
['Java', 'java', undefined],
['JavaScript', 'js', 'html'],
['JavaScript', 'js', undefined],
['JSON', 'json', undefined],
['Julia', 'jl', undefined],
['Kotlin', 'kt', undefined],
Expand All @@ -68,7 +68,7 @@ export const LANGUAGES = new Map([
['Swift', 'swift', undefined],
['TeX', 'tex', undefined],
['TOML', 'toml', undefined],
['TypeScript', 'ts', 'html'],
['TypeScript', 'ts', undefined],
['Verilog', 'v', undefined],
['Visual Basic', 'vba', undefined],
['XML', 'xml', undefined],
Expand Down

0 comments on commit 63666a7

Please sign in to comment.