summaryrefslogtreecommitdiffstats
path: root/grammar/rscript.l
diff options
context:
space:
mode:
Diffstat (limited to 'grammar/rscript.l')
-rw-r--r--grammar/rscript.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/grammar/rscript.l b/grammar/rscript.l
index eb2c23ad..18286d5e 100644
--- a/grammar/rscript.l
+++ b/grammar/rscript.l
@@ -5,6 +5,7 @@
%%
+^[ \t]*[\*a-z]+.[!=;.\*a-z]+ { printf("PRI: '%s'\n", yytext); }
. { printf("%s", yytext); }
%%