Skip to content

Commit

Permalink
fix(assignments-service): Allow .fxml extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Dec 11, 2023
1 parent aa23531 commit 8a5367f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/apps/assignments/src/search/search.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ export const MOSS_LANGUAGES = {
} as const;

export const TEXT_EXTENSIONS = new Set(list);
TEXT_EXTENSIONS.add('fxml');

0 comments on commit 8a5367f

Please sign in to comment.