<div>As you can tell, I've been working with Clang's AST matchers. Some of the more complicated matcher expressions are nontrivial for me to parse, so I created a _very_ simple vim syntax highlighting scheme to make reading them easier. It's meant to be overlaid on top of C++ syntax highlighting.<br>
</div>
<div><br></div><div>In case anyone is interested, try sourcing this syntax file, then running</div><div>:call TurnOnMatcherSyntax()</div><div>from within a buffer containing matcher code.</div><div><br></div><div>Does this seem like it would be useful?</div>
<div>-Sam</div>