ObjectiveC++: Remove duplicate comment contexts
ClosedPublic

Authored by dhaumann on Dec 17 2017, 1:35 PM.

Details

Summary

The context "Commentar 1" was the same as "SingleLineComment".
The context "Commentar 2" was the same as "MultiLineComment".
This patch cleans this up and removes the Commentar contexts
in favor of the others.

Test Plan

make test

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.
dhaumann created this revision.Dec 17 2017, 1:35 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptDec 17 2017, 1:35 PM
Restricted Application added a subscriber: Frameworks. · View Herald Transcript
dhaumann requested review of this revision.Dec 17 2017, 1:35 PM
vkrause accepted this revision.Dec 17 2017, 1:35 PM
This revision is now accepted and ready to land.Dec 17 2017, 1:35 PM
This revision was automatically updated to reflect the committed changes.