Your message dated Sun, 28 Jan 2018 15:40:57 -0500
with message-id <20180128204057.cqkos6st3wxwy...@freya.jamessan.com>
has caused the   report #846264,
regarding vim: yacc/bison highlighting interprets semicolon in quotes as end of 
rule
to be marked as having been forwarded to the upstream software
author(s) "Charles E. Campbell" <drc...@campbellfamily.biz>

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
846264: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846264
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Hi Charles,

Given a simple file like

  %token SEMICOLON ";"

  %%
  iteration_statement:
        "do" statement "while" "(" expression_in ")" ";" |
        "while" "(" expression_in ")" statement ;

The ";" in iteration_statement ends the syntax highlighting for the
rule.  Since it's quoted, it shouldn't be treated as ending the rule.

Cheers,
-- 
James
GPG Key: 4096R/91BF BF4D 6956 BD5D F7B7  2D23 DFE6 91AE 331B A3DB

--- End Message ---

Reply via email to