summaryrefslogtreecommitdiff
path: root/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'parser.y')
-rw-r--r--parser.y4
1 files changed, 4 insertions, 0 deletions
diff --git a/parser.y b/parser.y
index 50cef6e..3a98167 100644
--- a/parser.y
+++ b/parser.y
@@ -179,6 +179,10 @@ single_module_instantciation:
'#' single_module_instantciation {
$$ = $2;
$$->tag_highlight = true;
+ } |
+ '%' single_module_instantciation {
+ $$ = $2;
+ $$->tag_background = true;
};
expr:
contact: Jan Huwald // Impressum