Remove unused contexts and itemDatas
ClosedPublic

Authored by dhaumann on Dec 4 2017, 8:44 PM.

Details

Summary

Some contexts are commented out since they are used in commented
out rules. Besides that, contexts that are not referenced at all
(i.e. also not in other comments), are simply removed entirely.

In addition, searching for lineEmptyContext was missing in the
highlighting indexer - this is added now.

Test Plan

make && make test

Diff Detail

Repository
R216 Syntax Highlighting
Branch
RemoveUnusedContextsAndItemDatas (branched from master)
Lint
No Linters Available
Unit
No Unit Test Coverage
dhaumann created this revision.Dec 4 2017, 8:44 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptDec 4 2017, 8:44 PM
Restricted Application added a subscriber: Frameworks. · View Herald Transcript
dhaumann requested review of this revision.Dec 4 2017, 8:44 PM
vkrause accepted this revision.Dec 4 2017, 8:51 PM
This revision is now accepted and ready to land.Dec 4 2017, 8:51 PM