Skip to content

Commit

Permalink
Parse .tsx as PlainText by default
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Apr 23, 2024
1 parent be74856 commit 6abef06
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ public List<String> getPlainTextMasks() {
"**/*.sh",
"**/*.sql",
"**/*.svg",
"**/*.tsx",
"**/*.txt"
));
}
Expand Down

0 comments on commit 6abef06

Please sign in to comment.