BrightScript: Unary and hex numbers, @attribute
ClosedPublic

Authored by dlevin on Feb 21 2019, 10:34 AM.

Details

Summary

Fixed small issues for rvalue highlighting:

  • Unary numbers, prefixed with +-
  • Hex numbers, prefixed with &h
  • Attribute dereference with var@attr syntax

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.
dlevin created this revision.Feb 21 2019, 10:34 AM
Restricted Application added projects: Kate, Frameworks. · View Herald TranscriptFeb 21 2019, 10:34 AM
Restricted Application added subscribers: kde-frameworks-devel, kwrite-devel. · View Herald Transcript
dlevin requested review of this revision.Feb 21 2019, 10:34 AM
cullmann accepted this revision.Feb 21 2019, 12:28 PM

Looks reasonable + we have a test => nice, merging.

This revision is now accepted and ready to land.Feb 21 2019, 12:28 PM
This revision was automatically updated to reflect the committed changes.

Thanks for cleaning up the tests after me!