diff options
Diffstat (limited to 'parser.y')
-rw-r--r-- | parser.y | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -179,6 +179,10 @@ single_module_instantciation: '#' single_module_instantciation { $$ = $2; $$->tag_highlight = true; + } | + '%' single_module_instantciation { + $$ = $2; + $$->tag_background = true; }; expr: |