module.exports = grammar({ name: "blueprint", rules: { // TODO: add the actual grammar rules source_file: $ => 'hello', } }); // vim: foldmethod=marker sw=2