diff options
Diffstat (limited to 'lexers/LexVHDL.cxx')
-rw-r--r-- | lexers/LexVHDL.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/LexVHDL.cxx b/lexers/LexVHDL.cxx index de87d2792..92b18269b 100644 --- a/lexers/LexVHDL.cxx +++ b/lexers/LexVHDL.cxx @@ -167,7 +167,7 @@ static void ColouriseVHDLDoc( sc.SetState(SCE_VHDL_OPERATOR); } } - + if (advance) sc.Forward(); } |