D10956: Add syntax highlighting for MIB files

2018-03-03 Thread Dominik Haumann
This revision was automatically updated to reflect the committed changes. Closed by commit R216:c53dfc5024d1: Add syntax highlighting for MIB files (authored by dhaumann). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D10956?vs=28363&id=28471#toc REPOSITORY R216 Syntax Highlighting CH

D10956: Add syntax highlighting for MIB files

2018-03-03 Thread Dominik Haumann
dhaumann accepted this revision. dhaumann added a comment. This revision is now accepted and ready to land. Looks ok to me now. Please get an update of the committed file, and please maintain this file within the syntax-highlighting framework in the future. REPOSITORY R216 Syntax Highl

D10956: Add syntax highlighting for MIB files

2018-03-03 Thread Dominik Haumann
dhaumann added a comment. Calling make test creates the reference unit test data, this was missing. I did this now, adding: new file: autotests/folding/test.mib.fold new file: autotests/html/test.mib.html new file: autotests/reference/test.mib.ref REPOSITORY R216 Syntax

D10956: Add syntax highlighting for MIB files

2018-03-03 Thread Dominik Haumann
dhaumann added a comment. Compiling results in: Error XSDError in file:///home/dh/kde/kf5/src/frameworks/syntax-highlighting/data/syntax/mib.xml, at line 4, column 165: Content of attribute version does not match its type definition: 1.0 is not valid according to xs:integer.. Version

D10956: Add syntax highlighting for MIB files

2018-03-01 Thread Jaap Keuter
jkeuter created this revision. jkeuter added a reviewer: dhaumann. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: Frameworks. jkeuter requested review of this revision. REVISION SUMMARY Add a syntax file for MIBs, as well as a test mib. REPOSITORY