Add syntax definition for ninja build
ClosedPublic

Authored by jpoelen on Jun 4 2019, 7:32 PM.

Diff Detail

Repository
R216 Syntax Highlighting
Branch
ninja (branched from master)
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 12465
Build 12483: arc lint + arc unit
jpoelen requested review of this revision.Jun 4 2019, 7:32 PM
jpoelen created this revision.
cullmann accepted this revision.Jun 5 2019, 12:08 PM

Nice, I use ninja here, cool to have!

This revision is now accepted and ready to land.Jun 5 2019, 12:08 PM
jpoelen updated this revision to Diff 59240.Jun 6 2019, 2:29 AM

I am confused, the generation of index.katesyntax fails because the list "variables" does not exist (there is no variable predefined in this context). We may be in a situation where a change of branch does not recompile the index file :/.

I'll have to be more careful next time.

Perhaps we must go away from the implicit listing of the syntax files and really just add them all to the CMakeLists.txt,

This revision was automatically updated to reflect the committed changes.

After reflection (:D), I think the constraint is weak, the creation of new syntax is rare compared to the rest.