summaryrefslogtreecommitdiffstats
path: root/src/pre.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/pre.l')
-rw-r--r--src/pre.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pre.l b/src/pre.l
index 5cf277f..b303bf4 100644
--- a/src/pre.l
+++ b/src/pre.l
@@ -1714,7 +1714,7 @@ CHARLIT (("'"\\[0-7]{1,3}"'")|("'"\\."'")|("'"[^'\\\n]{1,4}"'"))
BEGIN(Start);
}
}
-<EndImport>[^\\]*/\n {
+<EndImport>[^\\\n]*/\n {
BEGIN(Start);
}
<EndImport>\\[\r]?"\n" {