summaryrefslogtreecommitdiff
path: root/css/scanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'css/scanner.l')
-rw-r--r--css/scanner.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/scanner.l b/css/scanner.l
index ccac33c1d..168ca012a 100644
--- a/css/scanner.l
+++ b/css/scanner.l
@@ -18,6 +18,7 @@
%option reentrant
%option never-interactive
%option noyywrap
+%option yylineno
/* see CSS2 Specification, chapter 4
http://www.w3.org/TR/REC-CSS2/syndata.html,