General comment plugin. Hopefully it's possible to abstract the comment stuff out of most languages most of the way.
var Grammar = require('grammarjs-grammar');
var comment = require('grammarjs-comment');
var grammar = new Grammar('my-grammar');
grammar.use(comment());