Skip to content

Commit

Permalink
Add missing languages to completion providers (#3875)
Browse files Browse the repository at this point in the history
Fixes #3874
  • Loading branch information
alexr00 committed Aug 22, 2022
1 parent f0fdf38 commit d3f4384
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/issues/issueFeatureRegistrar.ts
Expand Up @@ -449,6 +449,7 @@ export class IssueFeatureRegistrar implements vscode.Disposable {
{ language: 'groovy' },
{ language: 'handlebars' },
{ language: 'hlsl' },
{ language: 'html' },
{ language: 'ini' },
{ language: 'java' },
{ language: 'javascriptreact' },
Expand All @@ -463,6 +464,8 @@ export class IssueFeatureRegistrar implements vscode.Disposable {
{ language: 'objective-c' },
{ language: 'perl' },
{ language: 'perl6' },
{ language: 'typescriptreact' },
{ language: 'yml' },
'*',
];
private registerCompletionProviders() {
Expand Down

0 comments on commit d3f4384

Please sign in to comment.