/// // @ts-check module.exports = grammar({ name: "tsg_python", rules: { // TODO: add the actual grammar rules source_file: $ => "hello" } });