aboutsummaryrefslogtreecommitdiff
path: root/src/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-05 12:08:46 +0100
committerAleksey Kladov <[email protected]>2018-08-05 12:08:46 +0100
commitc871022f9810547f3eeaa5af3a3dc4bc0c85a386 (patch)
tree71d74bbc3872c7cf5f0731639c196a81c93b9eee /src/grammar.ron
parentb513e94d88c8702a051acf4d58c0335c9aed9db2 (diff)
item-macros
Diffstat (limited to 'src/grammar.ron')
-rw-r--r--src/grammar.ron2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/grammar.ron b/src/grammar.ron
index 9f80b3ebf..0a79eeb95 100644
--- a/src/grammar.ron
+++ b/src/grammar.ron
@@ -109,6 +109,8 @@ Grammar(
109 "TRAIT_ITEM", 109 "TRAIT_ITEM",
110 "IMPL_ITEM", 110 "IMPL_ITEM",
111 "TYPE_ITEM", 111 "TYPE_ITEM",
112 "MACRO_CALL",
113 "TOKEN_TREE",
112 114
113 "PAREN_TYPE", 115 "PAREN_TYPE",
114 "TUPLE_TYPE", 116 "TUPLE_TYPE",