TypeScript: fix keywords in conditional expressions
ClosedPublic

Authored by nibags on Jul 19 2019, 7:37 PM.

Details

Summary

Now, keywords are highlighted before ":" in conditional expressions, for example:

a = b ? false : true;

Diff Detail

Repository
R216 Syntax Highlighting
Branch
condexp-typescript
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 14142
Build 14160: arc lint + arc unit
nibags created this revision.Jul 19 2019, 7:37 PM
Restricted Application added projects: Kate, Frameworks. · View Herald TranscriptJul 19 2019, 7:37 PM
Restricted Application added subscribers: kde-frameworks-devel, kwrite-devel. · View Herald Transcript
nibags requested review of this revision.Jul 19 2019, 7:37 PM
cullmann accepted this revision.Jul 20 2019, 7:31 PM

Looks reasonable, thanks!

This revision is now accepted and ready to land.Jul 20 2019, 7:31 PM
nibags closed this revision.Jul 20 2019, 8:15 PM