diff options
| author | Alejandro Colomar <alx@kernel.org> | 2023-03-09 14:15:07 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-03-09 14:15:46 +0100 |
| commit | db045ad2793965a24d7905eecd9ff67c9a8fb004 (patch) | |
| tree | 6342a95880e12790825976806f690c01bc7a0e74 /man7 | |
| parent | 876a3956ae6b99a9359dc05a60bdb26a7b80c7fc (diff) | |
| download | man-pages-db045ad2793965a24d7905eecd9ff67c9a8fb004.tar.gz | |
suffixes.7: Add .jsx and .tsx
Cc: Timo Stark <t.stark@nginx.com>
Cc: Andrew Clayton <andrew@digital-domain.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man7')
| -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) |
