Skip to content

Commit

Permalink
Add support for .txtar files
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed Sep 9, 2023
1 parent 3cf71af commit eeef9a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions psslib/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@
TypeSpec(['.tt', '.tt2', '.ttml'], []),
'txt':
TypeSpec(['.txt', '.text'], []),
'txtar':
TypeSpec(['.txtar'], []),
'ts':
TypeSpec(['.ts', '.tsx'], []),
'typescript':
Expand Down

0 comments on commit eeef9a5

Please sign in to comment.