Running Expand Abbreviation incorrectly harvests the > in the closing delimiter for PHP. Probably a problem for similar languages like ASP, too. Need to add logic to exclude that for both HTML tags and closing delimiters.
Expanded regex logic for detecting when a greater than symbol is already in use when parsing for a word; closed by ca8c71594978f6771c37a735222e0197c02cbd07
Given this code:
Running Expand Abbreviation incorrectly harvests the
>
in the closing delimiter for PHP. Probably a problem for similar languages like ASP, too. Need to add logic to exclude that for both HTML tags and closing delimiters.