D9377: Highlighting indexer: Enable errors

2017-12-17 Thread Dominik Haumann
This revision was automatically updated to reflect the committed changes.
Closed by commit R216:f521183c4cc2: Highlighting indexer: Enable errors 
(authored by dhaumann).

REPOSITORY
  R216 Syntax Highlighting

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D9377?vs=24027=24028

REVISION DETAIL
  https://phabricator.kde.org/D9377

AFFECTED FILES
  data/syntax/rmarkdown.xml
  src/indexer/katehighlightingindexer.cpp

To: dhaumann, vkrause
Cc: #frameworks


D9377: Highlighting indexer: Enable errors

2017-12-17 Thread Volker Krause
vkrause accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R216 Syntax Highlighting

BRANCH
  EnableErrors (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D9377

To: dhaumann, vkrause
Cc: #frameworks


D9377: Highlighting indexer: Enable errors

2017-12-17 Thread Dominik Haumann
dhaumann created this revision.
dhaumann added a reviewer: vkrause.
Restricted Application added a project: Frameworks.
Restricted Application added a subscriber: Frameworks.

REVISION SUMMARY
  Erros include:
  
  - missing contexts
  - duplicate contexts
  - missing itemDatas
  - missing keyword lists
  - duplicate keyowrd lists
  
  Warnings include:
  
  - unused contexts
  - unused itemDatas
  - unused keyword lists

TEST PLAN
  make test

REPOSITORY
  R216 Syntax Highlighting

BRANCH
  EnableErrors (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D9377

AFFECTED FILES
  data/syntax/rmarkdown.xml
  src/indexer/katehighlightingindexer.cpp

To: dhaumann, vkrause
Cc: #frameworks