UNPKG

tree-sitter-tony

Version:
5 lines (4 loc) 93 B
module.exports = { hash_bang_line: () => /#!.*/, comment: () => token(seq('#', /.*/)), }