aboutsummaryrefslogtreecommitdiff
path: root/.config/rakumod/templates/kinds/grammar.raku
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-07-17 11:31:13 +0200
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 11:59:40 +0200
commit48508c1d2e18b2bc2e6d75697b46189b0bafc98d (patch)
tree22b3bfa4e81b0e81d6967fdec6e81db64044dc61 /.config/rakumod/templates/kinds/grammar.raku
parentca69a254f8351e0a23c86ee8075a33ec8c7e7503 (diff)
Rename rdm configs to rakumod configs
Diffstat (limited to '.config/rakumod/templates/kinds/grammar.raku')
-rw-r--r--.config/rakumod/templates/kinds/grammar.raku4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/rakumod/templates/kinds/grammar.raku b/.config/rakumod/templates/kinds/grammar.raku
new file mode 100644
index 0000000..83a89d5
--- /dev/null
+++ b/.config/rakumod/templates/kinds/grammar.raku
@@ -0,0 +1,4 @@
+unit grammar {{ this.provide }};
+
+token TOP {
+}