JavaScript/TypeScript React: rename syntax definitions
ClosedPublic

Authored by nibags on Nov 20 2019, 7:27 PM.

Details

Summary

Rename definitions from JavaScript React to JavaScript React (JSX); and from TypeScript React to TypeScript React (TSX). Because JSX (JavaScript-XML) is the name of the files and React doesn't necessarily use JSX. It's much more descriptive to add JSX and TSX to the name of the definition, especially to facilitate the user search for highlighting languages.

More: https://en.reactjs.org/docs/introducing-jsx.html

Diff Detail

Repository
R216 Syntax Highlighting
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
nibags created this revision.Nov 20 2019, 7:27 PM
Restricted Application added projects: Kate, Frameworks. · View Herald TranscriptNov 20 2019, 7:27 PM
Restricted Application added subscribers: kde-frameworks-devel, kwrite-devel. · View Herald Transcript
nibags requested review of this revision.Nov 20 2019, 7:27 PM
cullmann accepted this revision.Nov 22 2019, 8:30 AM

Ok for me :=)

This revision is now accepted and ready to land.Nov 22 2019, 8:30 AM
This revision was automatically updated to reflect the committed changes.