mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
update ts support to include tsx
please see https://www.typescriptlang.org/docs/handbook/jsx.html for more info on the .tsx file extension
This commit is contained in:
parent
1aa64a86cf
commit
7b2c48045b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
syntax "typescript" "\.(ts)$"
|
||||
syntax "typescript" "\.(ts|tsx)$"
|
||||
header "^#!.*\/(env +)ts-node"
|
||||
|
||||
## Default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue