module.exports = grammar({ name: "gitdiff", rules: { source: ($) => "hello", }, });