scopatz / nanorc

Improved Nano Syntax Highlighting Files
Other
3k stars 549 forks source link

update ts support to include tsx #402

Closed samifouad closed 1 year ago

samifouad commented 1 year ago

please see https://www.typescriptlang.org/docs/handbook/jsx.html for more info on the .tsx file extension

samifouad commented 1 year ago

i’ve tested this change locally and it works as expected. most of the typescript i write is done in tsx files, so this is a very good addition.

minor note, the installer script doesn’t seem to be including the ts config. the actual file is downloaded, but as part of the big .nanorc file, it’s not being included. I had to manually add it where it belongs in the alphabetical order. i’ll see if i can add that change to this PR as well.