scopatz / nanorc

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

Also highlight TypeScript (.ts) as JavaScript #343

Closed moorscode closed 3 years ago

moorscode commented 3 years ago

As TypeScript extends JavaScript to add types, the basics of JavaScript still apply. This change will parse .ts files as if they are JavaScript files, providing basic highlighting support.

scopatz commented 3 years ago

Thanks!