diff options
| -rw-r--r-- | man7/suffixes.7 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man7/suffixes.7 b/man7/suffixes.7 index b1687400aa..82cee22b8c 100644 --- a/man7/suffixes.7 +++ b/man7/suffixes.7 @@ -137,6 +137,7 @@ Suffix File type \&.jpeg Joint Photographic Experts Group format \&.jpg poor man's \fI.jpeg\fP \&.js JavaScript source code +\&.jsx JSX (JavaScript XML-like extension) source code \&.kmap \fBlyx\fP(1) keymap \&.l equivalent to \fI.lex\fP or \fI.lisp\fP \&.lex \fBlex\fP(1) or \fBflex\fP(1) files @@ -231,6 +232,7 @@ Suffix File type \&.tmp temporary file \&.tmpl template files \&.ts TypeScript source code +\&.tsx TypeScript with JSX source code (.ts + .jsx) \&.txt equivalent to \fI.text\fP \&.uu equivalent to \fI.uue\fP \&.uue binary file encoded with \fBuuencode\fP(1) |
